Color Hex Logo

#2f364f Color Hex

#2F364F
(47,54,79)
0 Favorites   0 Comments

Color spaces of #2f364f

RGB 475479
HSL0.630.250.25
HSV227°41°31°
CMYK 0.410.320.00   0.69
XYZ3.90273.80727.9263
Yxy3.80720.24960.2435
Hunter Lab19.51201.5566-10.4267
CIE-Lab23.02354.2911-16.2271

#2f364f color RGB value is (47,54,79).

#2f364f hex color red value is 47, green value is 54 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #2f364f hue: 0.63 , saturation: 0.25 and the lightness value of 2f364f is 0.25.

The process color (four color CMYK) of #2f364f color hex is 0.41, 0.32, 0.00, 0.69. Web safe color of #2f364f is #333366. Color #2f364f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110110 01001111
Octal 57 66 117
Decimal 47 54 79
Hex 2F 36 4F

RGB Percentages of Color #2f364f

%26.11
%30.00
%43.89

CMYK Percentages of Color #2f364f

%41
%32
%0
%69

Triadic Colors of #2f364f

#2f364f #4f2f36 #364f2f

Analogous Colors of #2f364f

#2f364f #382f4f #2f464f

Monochromatic Colors of #2f364f

#2f364f

Complementary Color

#2f364f #4f482f

#2f364f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f364f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f364f Color CSS Codes

.mybgcolor {background-color:#2f364f; } 
.myforecolor {color:#2f364f; }
.mybordercolor {border:3px solid #2f364f; }

#2f364f Text Font Color

<p style="color:#2f364f">Text here</p>

This sample text font color is #2f364f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2f364f Background Color

<div style="background-color:#2f364f">
Div content here</div>

This div background color is #2f364f


#2f364f Border Color

<div style="border:3px solid #2f364f">
Div here</div>

This div border color is #2f364f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,54,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f364f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f364f;
  -webkit-box-shadow: 1px 1px 3px 2px #2f364f;
  box-shadow:         1px 1px 3px 2px #2f364f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,54,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2f364f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2f364f;
  -webkit-box-shadow: 1px 1px 3px 2px #2f364f;
  box-shadow:         1px 1px 3px 2px #2f364f;">
Div content here</div>

This div box has shadow with color #2f364f


Comments

No comments written yet.

Please login to write comment.