Color Hex Logo

#253f6b Color Hex

#253F6B
(37,63,107)
0 Favorites   0 Comments

Color spaces of #253f6b

RGB 3763107
HSL0.600.490.28
HSV218°65°42°
CMYK 0.650.410.00   0.58
XYZ5.19435.009914.6031
Yxy5.00990.20940.2020
Hunter Lab22.38282.2540-23.0143
CIE-Lab26.76305.4201-28.6452

#253f6b color RGB value is (37,63,107).

#253f6b hex color red value is 37, green value is 63 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #253f6b hue: 0.60 , saturation: 0.49 and the lightness value of 253f6b is 0.28.

The process color (four color CMYK) of #253f6b color hex is 0.65, 0.41, 0.00, 0.58. Web safe color of #253f6b is #333366. Color #253f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111111 01101011
Octal 45 77 153
Decimal 37 63 107
Hex 25 3F 6B

RGB Percentages of Color #253f6b

%17.87
%30.43
%51.69

CMYK Percentages of Color #253f6b

%65
%41
%0
%58

Triadic Colors of #253f6b

#253f6b #6b253f #3f6b25

Analogous Colors of #253f6b

#253f6b #2e256b #25626b

Monochromatic Colors of #253f6b

#253f6b

Complementary Color

#253f6b #6b5125

#253f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#253f6b Color CSS Codes

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

#253f6b Text Font Color

<p style="color:#253f6b">Text here</p>

This sample text font color is #253f6b
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.


#253f6b Background Color

<div style="background-color:#253f6b">
Div content here</div>

This div background color is #253f6b


#253f6b Border Color

<div style="border:3px solid #253f6b">
Div here</div>

This div border color is #253f6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,63,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253f6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253f6b;
  -webkit-box-shadow: 1px 1px 3px 2px #253f6b;
  box-shadow:         1px 1px 3px 2px #253f6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,63,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253f6b


Comments

No comments written yet.

Please login to write comment.