Color Hex Logo

#237eaf Color Hex

#237EAF
(35,126,175)
0 Favorites   0 Comments

Color spaces of #237eaf

RGB 35126175
HSL0.560.670.41
HSV201°80°69°
CMYK 0.800.280.00   0.31
XYZ15.891918.374243.2664
Yxy18.37420.20500.2370
Hunter Lab42.8651-8.8366-29.8394
CIE-Lab49.9469-8.7997-33.3356

#237eaf color RGB value is (35,126,175).

#237eaf hex color red value is 35, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #237eaf hue: 0.56 , saturation: 0.67 and the lightness value of 237eaf is 0.41.

The process color (four color CMYK) of #237eaf color hex is 0.80, 0.28, 0.00, 0.31. Web safe color of #237eaf is #336699. Color #237eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01111110 10101111
Octal 43 176 257
Decimal 35 126 175
Hex 23 7E AF

RGB Percentages of Color #237eaf

%10.42
%37.50
%52.08

CMYK Percentages of Color #237eaf

%80
%28
%0
%31

Triadic Colors of #237eaf

#237eaf #af237e #7eaf23

Analogous Colors of #237eaf

#237eaf #2338af #23af9a

Monochromatic Colors of #237eaf

#237eaf

Complementary Color

#237eaf #af5423

#237eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#237eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#237eaf Color CSS Codes

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

#237eaf Text Font Color

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

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


#237eaf Background Color

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

This div background color is #237eaf


#237eaf Border Color

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

This div border color is #237eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,126,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #237eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #237eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #237eaf;
  box-shadow:         1px 1px 3px 2px #237eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #237eaf


Comments

No comments written yet.

Please login to write comment.