Color Hex Logo

#2370cd Color Hex

#2370CD
(35,112,205)
0 Favorites   0 Comments

Color spaces of #2370cd

RGB 35112205
HSL0.590.710.47
HSV213°83°80°
CMYK 0.830.450.00   0.20
XYZ17.506816.353459.9914
Yxy16.35340.18650.1742
Hunter Lab40.43936.5065-59.6487
CIE-Lab47.434811.0593-54.5904

#2370cd color RGB value is (35,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01110000 11001101
Octal 43 160 315
Decimal 35 112 205
Hex 23 70 CD

RGB Percentages of Color #2370cd

%9.94
%31.82
%58.24

CMYK Percentages of Color #2370cd

%83
%45
%0
%20

Triadic Colors of #2370cd

#2370cd #cd2370 #70cd23

Analogous Colors of #2370cd

#2370cd #2b23cd #23c5cd

Monochromatic Colors of #2370cd

#2370cd

Complementary Color

#2370cd #cd8023

#2370cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2370cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2370cd Color CSS Codes

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

#2370cd Text Font Color

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

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


#2370cd Background Color

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

This div background color is #2370cd


#2370cd Border Color

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

This div border color is #2370cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,112,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2370cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2370cd;
  -webkit-box-shadow: 1px 1px 3px 2px #2370cd;
  box-shadow:         1px 1px 3px 2px #2370cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2370cd


Comments

No comments written yet.

Please login to write comment.