#2448AA

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

Shades of Cerulean Blue #2448AA

Tints of Cerulean Blue #2448AA

Color information

#2448AA (or 0x2448AA) is unknown color: approx Cerulean Blue. HEX triplet: 24, 48 and AA. RGB value is (36,72,170). Sum of RGB (Red+Green+Blue) = 36+72+170=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #2448AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2448AA is #DBB755. Grayscale: #474747. Windows color (decimal): -14399318 or 11159588. OLE color: 11159588.

HSL color Cylindrical-coordinate representation of color #2448AA: hue angle of 223.88º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2448AA is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3672170-
CMYK0.790.5800.33
HSL223.88º65.05%40.39%-
HSV(B)223.88º78.82%66.67%-
XYZ10.37.9139.01-
YUV72.41183.07102.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=12.95%
G=25.90%
B=61.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36721700.790.5800.33223.8865.0540.39
Hex2448AA4F3A021e04128
Octal441102521177204134010150
Binary10010010010001010101010011111110100100001111000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2448AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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