#2D55AB

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

Shades of Cerulean Blue #2D55AB

Tints of Cerulean Blue #2D55AB

Color information

#2D55AB (or 0x2D55AB) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 55 and AB. RGB value is (45,85,171). Sum of RGB (Red+Green+Blue) = 45+85+171=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D55AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D55AB is #D2AA54. Grayscale: #525252. Windows color (decimal): -13806165 or 11228461. OLE color: 11228461.

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

Color convert

RGB4585171-
CMYK0.740.5000.33
HSL220.95º58.33%42.35%-
HSV(B)220.95º73.68%67.06%-
XYZ11.681039.84-
YUV82.84177.75101.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=14.95%
G=28.24%
B=56.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45851710.740.5000.33220.9558.3342.35
Hex2D55AB4A32021dd3a2a
Octal55125253112620413357252
Binary1011011010101101010111001010110010010000111011101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,171); }

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

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

 a { background-color: rgb(45,85,171); }

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

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

 span { border-color: rgb(45,85,171); }

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