Color Hex Logo

#253ccb Color Hex

#253CCB
(37,60,203)
0 Favorites   0 Comments

Color spaces of #253ccb

RGB 3760203
HSL0.640.690.47
HSV232°82°80°
CMYK 0.820.700.00   0.20
XYZ13.15837.936857.3384
Yxy7.93680.16780.1012
Hunter Lab28.172334.0695-100.9508
CIE-Lab33.850943.7821-75.5573

#253ccb color RGB value is (37,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111100 11001011
Octal 45 74 313
Decimal 37 60 203
Hex 25 3C CB

RGB Percentages of Color #253ccb

%12.33
%20.00
%67.67

CMYK Percentages of Color #253ccb

%82
%70
%0
%20

Triadic Colors of #253ccb

#253ccb #cb253c #3ccb25

Analogous Colors of #253ccb

#253ccb #6125cb #258fcb

Monochromatic Colors of #253ccb

#253ccb

Complementary Color

#253ccb #cbb425

#253ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#253ccb Color CSS Codes

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

#253ccb Text Font Color

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

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


#253ccb Background Color

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

This div background color is #253ccb


#253ccb Border Color

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

This div border color is #253ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253ccb


Comments

No comments written yet.

Please login to write comment.