#2c55ac

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

Shades of Cerulean Blue #2C55AC

Tints of Cerulean Blue #2C55AC

Color information

#2C55AC (or 0x2C55AC) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 55 and AC. RGB value is (44,85,172). Sum of RGB (Red+Green+Blue) = 44+85+172=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C55AC is #D3AA53. Grayscale: #525252. Windows color (decimal): -13871700 or 11293996. OLE color: 11293996.

HSL color Cylindrical-coordinate representation of color #2C55AC: hue angle of 220.78º 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 #2C55AC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4485172-
CMYK0.740.5100.33
HSL220.78º59.26%42.35%-
HSV(B)220.78º74.42%67.45%-
XYZ11.7310.0140.34-
YUV82.66178.42100.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=14.62%
G=28.24%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44851720.740.5100.33220.7859.2642.35
Hex2C55AC4A33021dd3b2a
Octal54125254112630413357352
Binary1011001010101101011001001010110011010000111011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c55ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,172); }

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

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

 a { background-color: rgb(44,85,172); }

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

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

 span { border-color: rgb(44,85,172); }

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