#2C4DDD

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

Shades of Cerulean Blue #2C4DDD

Tints of Cerulean Blue #2C4DDD

Color information

#2C4DDD (or 0x2C4DDD) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4D and DD. RGB value is (44,77,221). Sum of RGB (Red+Green+Blue) = 44+77+221=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4DDD is #D3B222. Grayscale: #525252. Windows color (decimal): -13873699 or 14503212. OLE color: 14503212.

HSL color Cylindrical-coordinate representation of color #2C4DDD: hue angle of 228.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C4DDD is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4477221-
CMYK0.800.6500.13
HSL228.81º72.24%51.96%-
HSV(B)228.81º80.09%86.67%-
XYZ16.7411.0669.66-
YUV83.55205.5799.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 221 (86.72% from 255) = 64.62%
R=12.87%
G=22.51%
B=64.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44772210.800.6500.13228.8172.2451.96
Hex2C4DDD50410De54834
Octal5411533512010101534511064
Binary1011001001101110111011010000100000101101111001011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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