#2C57AE

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

Shades of Cerulean Blue #2C57AE

Tints of Cerulean Blue #2C57AE

Color information

#2C57AE (or 0x2C57AE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 57 and AE. RGB value is (44,87,174). Sum of RGB (Red+Green+Blue) = 44+87+174=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C57AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C57AE is #D3A851. Grayscale: #535353. Windows color (decimal): -13871186 or 11425580. OLE color: 11425580.

HSL color Cylindrical-coordinate representation of color #2C57AE: hue angle of 220.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C57AE is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4487174-
CMYK0.750.500.32
HSL220.15º59.63%42.75%-
HSV(B)220.15º74.71%68.24%-
XYZ12.0910.4141.42-
YUV84.06178.7599.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=14.43%
G=28.52%
B=57.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44871740.750.500.32220.1559.6342.75
Hex2C57AE4B32020dc3c2b
Octal54127256113620403347453
Binary1011001010111101011101001011110010010000011011100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C57AE; }

 p { color: rgb(44,87,174); }

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

<style>
 a { background-color: #2C57AE; }

 a { background-color: rgb(44,87,174); }

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

<style>
 span { border-color: #2C57AE; }

 span { border-color: rgb(44,87,174); }

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