#2C4EAF

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

Shades of Cerulean Blue #2C4EAF

Tints of Cerulean Blue #2C4EAF

Color information

#2C4EAF (or 0x2C4EAF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4E and AF. RGB value is (44,78,175). Sum of RGB (Red+Green+Blue) = 44+78+175=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4EAF is #D3B150. Grayscale: #4E4E4E. Windows color (decimal): -13873489 or 11488812. OLE color: 11488812.

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

Color convert

RGB4478175-
CMYK0.750.5500.31
HSL224.43º59.82%42.94%-
HSV(B)224.43º74.86%68.63%-
XYZ11.59.0841.7-
YUV78.89182.24103.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=14.81%
G=26.26%
B=58.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44781750.750.5500.31224.4359.8242.94
Hex2C4EAF4B3701Fe03c2b
Octal54116257113670373407453
Binary101100100111010101111100101111011101111111100000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,175); }

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

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

 a { background-color: rgb(44,78,175); }

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

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

 span { border-color: rgb(44,78,175); }

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