Color Hex Logo

#253353 Color Hex

#253353
(37,51,83)
0 Favorites   0 Comments

Color spaces of #253353

RGB 375183
HSL0.620.380.24
HSV222°55°33°
CMYK 0.550.390.00   0.67
XYZ3.50813.38558.6522
Yxy3.38550.22570.2178
Hunter Lab18.39971.8334-15.0004
CIE-Lab21.52604.7246-21.2842

#253353 color RGB value is (37,51,83).

#253353 hex color red value is 37, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #253353 hue: 0.62 , saturation: 0.38 and the lightness value of 253353 is 0.24.

The process color (four color CMYK) of #253353 color hex is 0.55, 0.39, 0.00, 0.67. Web safe color of #253353 is #333366. Color #253353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110011 01010011
Octal 45 63 123
Decimal 37 51 83
Hex 25 33 53

RGB Percentages of Color #253353

%21.64
%29.82
%48.54

CMYK Percentages of Color #253353

%55
%39
%0
%67

Triadic Colors of #253353

#253353 #532533 #335325

Analogous Colors of #253353

#253353 #2e2553 #254a53

Monochromatic Colors of #253353

#253353

Complementary Color

#253353 #534525

#253353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253353 Color CSS Codes

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

#253353 Text Font Color

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

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


#253353 Background Color

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

This div background color is #253353


#253353 Border Color

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

This div border color is #253353


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,51,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253353; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253353;
  -webkit-box-shadow: 1px 1px 3px 2px #253353;
  box-shadow:         1px 1px 3px 2px #253353; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253353

#253353 Color Palettes


Comments

No comments written yet.

Please login to write comment.