#2D56AA

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

Shades of Cerulean Blue #2D56AA

Tints of Cerulean Blue #2D56AA

Color information

#2D56AA (or 0x2D56AA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 56 and AA. RGB value is (45,86,170). Sum of RGB (Red+Green+Blue) = 45+86+170=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D56AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D56AA is #D2A955. Grayscale: #525252. Windows color (decimal): -13805910 or 11163181. OLE color: 11163181.

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

Color convert

RGB4586170-
CMYK0.740.4900.33
HSL220.32º58.14%42.16%-
HSV(B)220.32º73.53%66.67%-
XYZ11.6710.1239.37-
YUV83.32176.92100.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=14.95%
G=28.57%
B=56.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45861700.740.4900.33220.3258.1442.16
Hex2D56AA4A31021dc3a2a
Octal55126252112610413347252
Binary1011011010110101010101001010110001010000111011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,86,170); }

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

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

 a { background-color: rgb(45,86,170); }

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

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

 span { border-color: rgb(45,86,170); }

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