#2c4daa

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

Shades of Cerulean Blue #2C4DAA

Tints of Cerulean Blue #2C4DAA

Color information

#2C4DAA (or 0x2C4DAA) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4D and AA. RGB value is (44,77,170). Sum of RGB (Red+Green+Blue) = 44+77+170=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4DAA is #D3B255. Grayscale: #4D4D4D. Windows color (decimal): -13873750 or 11160876. OLE color: 11160876.

HSL color Cylindrical-coordinate representation of color #2C4DAA: hue angle of 224.29º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C4DAA is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4477170-
CMYK0.740.5500.33
HSL224.29º58.88%41.96%-
HSV(B)224.29º74.12%66.67%-
XYZ10.958.7539.14-
YUV77.74180.07103.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=15.12%
G=26.46%
B=58.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44771700.740.5500.33224.2958.8841.96
Hex2C4DAA4A37021e03b2a
Octal54115252112670413407352
Binary1011001001101101010101001010110111010000111100000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,77,170); }

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

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

 a { background-color: rgb(44,77,170); }

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

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

 span { border-color: rgb(44,77,170); }

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