Color Hex Logo

#2373cb Color Hex

#2373CB
(35,115,203)
0 Favorites   0 Comments

Color spaces of #2373cb

RGB 35115203
HSL0.590.710.47
HSV211°83°80°
CMYK 0.830.430.00   0.20
XYZ17.603416.930658.8400
Yxy16.93060.18850.1813
Hunter Lab41.14684.3588-55.9820
CIE-Lab48.17258.4019-52.2627

#2373cb color RGB value is (35,115,203).

#2373cb hex color red value is 35, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2373cb hue: 0.59 , saturation: 0.71 and the lightness value of 2373cb is 0.47.

The process color (four color CMYK) of #2373cb color hex is 0.83, 0.43, 0.00, 0.20. Web safe color of #2373cb is #3366cc. Color #2373cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01110011 11001011
Octal 43 163 313
Decimal 35 115 203
Hex 23 73 CB

RGB Percentages of Color #2373cb

%9.92
%32.58
%57.51

CMYK Percentages of Color #2373cb

%83
%43
%0
%20

Triadic Colors of #2373cb

#2373cb #cb2373 #73cb23

Analogous Colors of #2373cb

#2373cb #2723cb #23c7cb

Monochromatic Colors of #2373cb

#2373cb

Complementary Color

#2373cb #cb7b23

#2373cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2373cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2373cb Color CSS Codes

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

#2373cb Text Font Color

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

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


#2373cb Background Color

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

This div background color is #2373cb


#2373cb Border Color

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

This div border color is #2373cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,115,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2373cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2373cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2373cb;
  box-shadow:         1px 1px 3px 2px #2373cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,115,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 #2373cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2373cb


Comments

No comments written yet.

Please login to write comment.