#2049AB

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

Shades of Cerulean Blue #2049AB

Tints of Cerulean Blue #2049AB

Color information

#2049AB (or 0x2049AB) is unknown color: approx Cerulean Blue. HEX triplet: 20, 49 and AB. RGB value is (32,73,171). Sum of RGB (Red+Green+Blue) = 32+73+171=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2049AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2049AB is #DFB654. Grayscale: #474747. Windows color (decimal): -14661205 or 11225376. OLE color: 11225376.

HSL color Cylindrical-coordinate representation of color #2049AB: hue angle of 222.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2049AB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3273171-
CMYK0.810.5700.33
HSL222.3º68.47%39.8%-
HSV(B)222.3º81.29%67.06%-
XYZ10.338.0139.53-
YUV71.91183.9299.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=11.59%
G=26.45%
B=61.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32731710.810.5700.33222.368.4739.8
Hex2049AB5139021de4428
Octal401112531217104133610450
Binary10000010010011010101110100011110010100001110111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2049AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2049AB; }

 p { color: rgb(32,73,171); }

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

<style>
 a { background-color: #2049AB; }

 a { background-color: rgb(32,73,171); }

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

<style>
 span { border-color: #2049AB; }

 span { border-color: rgb(32,73,171); }

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