#2C44DD

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

Shades of Cerulean Blue #2C44DD

Tints of Cerulean Blue #2C44DD

Color information

#2C44DD (or 0x2C44DD) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 44 and DD. RGB value is (44,68,221). Sum of RGB (Red+Green+Blue) = 44+68+221=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C44DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C44DD is #D3BB22. Grayscale: #4D4D4D. Windows color (decimal): -13876003 or 14500908. OLE color: 14500908.

HSL color Cylindrical-coordinate representation of color #2C44DD: hue angle of 231.86º 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 #2C44DD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4468221-
CMYK0.800.6900.13
HSL231.86º72.24%51.96%-
HSV(B)231.86º80.09%86.67%-
XYZ16.169.8969.46-
YUV78.27208.55103.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.21%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 221 (86.72% from 255) = 66.37%
R=13.21%
G=20.42%
B=66.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44682210.800.6900.13231.8672.2451.96
Hex2C44DD50450De84834
Octal5410433512010501535011064
Binary1011001000100110111011010000100010101101111010001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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