Html Css Color HEX #2448AA Cerulean Blue

📋 copy color: '#2448AA'

red 36 ◦ green 72 ◦ blue 170

#2448AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2448AA

Tints of Cerulean Blue #2448AA

RGB

 RED value IS 36 (14.45% from 255) = 12.95%

 GREEN value IS 72 (28.52% from 255) = 25.9%

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 12.95%
G = 25.9%
B = 61.15%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2448AA (or 0x2448AA) is known color: 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

RGB 36 72 170 -
CMYK 0.79 0.58 0 0.33
HSL 223.88º 0.65% 0.4% -
HSV(B) 223.88º 0.79% 0.67% -
XYZ 10.3 7.91 39.01 -
YUV 72.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 36 72 170 0.79 0.58 0 0.33 223.88 0.65 0.4
Hex 24 48 AA 4F 3A 0 21 E0 41 28
Octal 44 110 252 117 72 0 41 340 101 50
Binary 100100 1001000 10101010 1001111 111010 0 100001 11100000 1000001 101000

Color Harmonies of #2448AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2448AA

Black with #2448AA

Text Example


Text Example

White with #2448AA

Text Example


Text Example

HTML Codes & Css Web 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>