Color Hex Logo

#237496 Color Hex

#237496
(35,116,150)
0 Favorites   0 Comments

Color spaces of #237496

RGB 35116150
HSL0.550.620.36
HSV198°77°59°
CMYK 0.770.230.00   0.41
XYZ12.443515.050131.1033
Yxy15.05010.21240.2568
Hunter Lab38.7945-10.6356-20.3794
CIE-Lab45.7027-12.0745-25.3341

#237496 color RGB value is (35,116,150).

#237496 hex color red value is 35, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #237496 hue: 0.55 , saturation: 0.62 and the lightness value of 237496 is 0.36.

The process color (four color CMYK) of #237496 color hex is 0.77, 0.23, 0.00, 0.41. Web safe color of #237496 is #336699. Color #237496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01110100 10010110
Octal 43 164 226
Decimal 35 116 150
Hex 23 74 96

RGB Percentages of Color #237496

%11.63
%38.54
%49.83

CMYK Percentages of Color #237496

%77
%23
%0
%41

Triadic Colors of #237496

#237496 #962374 #749623

Analogous Colors of #237496

#237496 #233b96 #23967f

Monochromatic Colors of #237496

#237496

Complementary Color

#237496 #964523

#237496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#237496 Color CSS Codes

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

#237496 Text Font Color

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

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


#237496 Background Color

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

This div background color is #237496


#237496 Border Color

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

This div border color is #237496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,116,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #237496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #237496;
  -webkit-box-shadow: 1px 1px 3px 2px #237496;
  box-shadow:         1px 1px 3px 2px #237496; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,116,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237496


Comments

No comments written yet.

Please login to write comment.