Color Hex Logo

#253bcc Color Hex

#253BCC
(37,59,204)
0 Favorites   0 Comments

Color spaces of #253bcc

RGB 3759204
HSL0.640.690.47
HSV232°82°80°
CMYK 0.820.710.00   0.20
XYZ13.22607.880957.9508
Yxy7.88090.16730.0997
Hunter Lab28.072934.9690-102.7409
CIE-Lab33.733644.7306-76.3325

#253bcc color RGB value is (37,59,204).

#253bcc hex color red value is 37, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #253bcc hue: 0.64 , saturation: 0.69 and the lightness value of 253bcc is 0.47.

The process color (four color CMYK) of #253bcc color hex is 0.82, 0.71, 0.00, 0.20. Web safe color of #253bcc is #3333cc. Color #253bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111011 11001100
Octal 45 73 314
Decimal 37 59 204
Hex 25 3B CC

RGB Percentages of Color #253bcc

%12.33
%19.67
%68.00

CMYK Percentages of Color #253bcc

%82
%71
%0
%20

Triadic Colors of #253bcc

#253bcc #cc253b #3bcc25

Analogous Colors of #253bcc

#253bcc #6225cc #258fcc

Monochromatic Colors of #253bcc

#253bcc

Complementary Color

#253bcc #ccb625

#253bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#253bcc Color CSS Codes

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

#253bcc Text Font Color

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

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


#253bcc Background Color

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

This div background color is #253bcc


#253bcc Border Color

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

This div border color is #253bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253bcc


Comments

No comments written yet.

Please login to write comment.