#2357C0

Color #2357C0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2357C0

Tints of Cerulean Blue #2357C0

Color information

#2357C0 (or 0x2357C0) is unknown color: approx Cerulean Blue. HEX triplet: 23, 57 and C0. RGB value is (35,87,192). Sum of RGB (Red+Green+Blue) = 35+87+192=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #2357C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2357C0 is #DCA83F. Grayscale: #525252. Windows color (decimal): -14460992 or 12605219. OLE color: 12605219.

HSL color Cylindrical-coordinate representation of color #2357C0: hue angle of 220.13º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2357C0 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3587192-
CMYK0.820.5500.25
HSL220.13º69.16%44.51%-
HSV(B)220.13º81.77%75.29%-
XYZ13.6210.9851.27-
YUV83.42189.2793.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.15%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=11.15%
G=27.71%
B=61.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35871920.820.5500.25220.1369.1644.51
Hex2357C05237019dc452d
Octal431273001226703133410555
Binary1000111010111110000001010010110111011001110111001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2357C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2357C0; }

 p { color: rgb(35,87,192); }

 H1.HeaderClassName
 {
   color: #2357C0;
 }
 .AnyTagClassName
 {
   color: #2357C0;
 }
</style>
background-color css

<style>
 a { background-color: #2357C0; }

 a { background-color: rgb(35,87,192); }

 div.DivClassName
 {
   background-color: #2357C0;
 }
 .BgClassName
 {
   background-color: #2357C0;
 }
</style>
border-color css

<style>
 span { border-color: #2357C0; }

 span { border-color: rgb(35,87,192); }

 td.TdClassName
 {
   border-color: #2357C0;
 }
 .TagClassName
 {
   border-color: #2357C0;
 }
</style>