Color Hex Logo

#23638b Color Hex

#23638B
(35,99,139)
0 Favorites   0 Comments

Color spaces of #23638b

RGB 3599139
HSL0.560.600.34
HSV203°75°55°
CMYK 0.750.290.00   0.45
XYZ9.815211.145126.0600
Yxy11.14510.20870.2370
Hunter Lab33.3843-5.9423-22.9132
CIE-Lab39.8238-6.0402-27.9273

#23638b color RGB value is (35,99,139).

#23638b hex color red value is 35, green value is 99 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #23638b hue: 0.56 , saturation: 0.60 and the lightness value of 23638b is 0.34.

The process color (four color CMYK) of #23638b color hex is 0.75, 0.29, 0.00, 0.45. Web safe color of #23638b is #336699. Color #23638b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01100011 10001011
Octal 43 143 213
Decimal 35 99 139
Hex 23 63 8B

RGB Percentages of Color #23638b

%12.82
%36.26
%50.92

CMYK Percentages of Color #23638b

%75
%29
%0
%45

Triadic Colors of #23638b

#23638b #8b2363 #638b23

Analogous Colors of #23638b

#23638b #232f8b #238b7f

Monochromatic Colors of #23638b

#23638b

Complementary Color

#23638b #8b4b23

#23638b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23638b Color Preview on White Background

Lorem ipsum dolor sit amet.

#23638b Color CSS Codes

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

#23638b Text Font Color

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

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


#23638b Background Color

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

This div background color is #23638b


#23638b Border Color

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

This div border color is #23638b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,99,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23638b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23638b;
  -webkit-box-shadow: 1px 1px 3px 2px #23638b;
  box-shadow:         1px 1px 3px 2px #23638b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23638b


Comments

No comments written yet.

Please login to write comment.