color codes Logo

#2357cc color codes

#2357CC
(35,87,204)
0 Favorites   0 Comments

Color spaces of #2357cc

RGB 3587204
HSL0.620.710.47
HSV222°83°80°
CMYK 0.830.570.00   0.20
XYZ15.000411.533358.5623
Yxy11.53330.17630.1355
Hunter Lab33.960719.4120-78.4680
CIE-Lab40.464526.8221-65.2956

#2357cc color RGB value is (35,87,204).

#2357cc hex color red value is 35, green value is 87 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2357cc hue: 0.62 , saturation: 0.71 and the lightness value of 2357cc is 0.47.

The process color (four color CMYK) of #2357cc color code is 0.83, 0.57, 0.00, 0.20. Web safe color of #2357cc is #3366cc. Color #2357cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010111 11001100
Octal 43 127 314
Decimal 35 87 204
Hex 23 57 CC

RGB Percentages of Color #2357cc

%10.74
%26.69
%62.58

CMYK Percentages of Color #2357cc

%83
%57
%0
%20

Triadic Colors of #2357cc

#2357cc #cc2357 #57cc23

Analogous Colors of #2357cc

#2357cc #4323cc #23accc

Monochromatic Colors of #2357cc

#2357cc

Complementary Color

#2357cc #cc9823

#2357cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2357cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2357cc Color CSS Codes

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

#2357cc Text Font Color

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

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


#2357cc Background Color

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

This div background color is #2357cc


#2357cc Border Color

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

This div border color is #2357cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,87,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2357cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2357cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2357cc;
  box-shadow:         1px 1px 3px 2px #2357cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2357cc


Comments

No comments written yet.

Please login to write comment.