Html Css Color HEX #2449AA Cerulean Blue

📋 copy color: '#2449AA'

red 36 ◦ green 73 ◦ blue 170

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

Shades of Cerulean Blue #2449AA

Tints of Cerulean Blue #2449AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 12.9%
G = 26.16%
B = 60.93%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2449AA (or 0x2449AA) is known color: Cerulean Blue. HEX triplet: 24, 49 and AA. RGB value is (36,73,170). Sum of RGB (Red+Green+Blue) = 36+73+170=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #2449AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2449AA is #DBB655. Grayscale: #484848. Windows color (decimal): -14399062 or 11159844. OLE color: 11159844.

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

Color convert

RGB 36 73 170 -
CMYK 0.79 0.57 0 0.33
HSL 223.43º 0.65% 0.4% -
HSV(B) 223.43º 0.79% 0.67% -
XYZ 10.37 8.04 39.04 -
YUV 73 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 36 73 170 0.79 0.57 0 0.33 223.43 0.65 0.4
Hex 24 49 AA 4F 39 0 21 DF 41 28
Octal 44 111 252 117 71 0 41 337 101 50
Binary 100100 1001001 10101010 1001111 111001 0 100001 11011111 1000001 101000

Color Harmonies of #2449AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449AA

Black with #2449AA

Text Example


Text Example

White with #2449AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2449AA;
 }
 .AnyTagClassName
 {
   color: #2449AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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