#2048AA

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

Shades of Cerulean Blue #2048AA

Tints of Cerulean Blue #2048AA

Color information

#2048AA (or 0x2048AA) is unknown color: approx Cerulean Blue. HEX triplet: 20, 48 and AA. RGB value is (32,72,170). Sum of RGB (Red+Green+Blue) = 32+72+170=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #2048AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2048AA is #DFB755. Grayscale: #464646. Windows color (decimal): -14661462 or 11159584. OLE color: 11159584.

HSL color Cylindrical-coordinate representation of color #2048AA: hue angle of 222.61º 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 #2048AA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3272170-
CMYK0.810.5800.33
HSL222.61º68.32%39.61%-
HSV(B)222.61º81.18%66.67%-
XYZ10.177.8439.01-
YUV71.21183.75100.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=11.68%
G=26.28%
B=62.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32721700.810.5800.33222.6168.3239.61
Hex2048AA513A021df4428
Octal401102521217204133710450
Binary10000010010001010101010100011110100100001110111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2048AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2048AA; }

 p { color: rgb(32,72,170); }

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

<style>
 a { background-color: #2048AA; }

 a { background-color: rgb(32,72,170); }

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

<style>
 span { border-color: #2048AA; }

 span { border-color: rgb(32,72,170); }

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