Html Css Color HEX #2449B4 Cerulean Blue

📋 copy color: '#2449B4'

red 36 ◦ green 73 ◦ blue 180

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

Shades of Cerulean Blue #2449B4

Tints of Cerulean Blue #2449B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.28%

R = 12.46%
G = 25.26%
B = 62.28%

CMYK

 C value IS 0.8

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2449B4 (or 0x2449B4) is known color: Cerulean Blue. HEX triplet: 24, 49 and B4. RGB value is (36,73,180). Sum of RGB (Red+Green+Blue) = 36+73+180=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #2449B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449B4 is #DBB64B. Grayscale: #494949. Windows color (decimal): -14399052 or 11815204. OLE color: 11815204.

HSL color Cylindrical-coordinate representation of color #2449B4: hue angle of 224.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2449B4 is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 73 180 -
CMYK 0.8 0.59 0 0.29
HSL 224.58º 0.67% 0.42% -
HSV(B) 224.58º 0.8% 0.71% -
XYZ 11.35 8.44 44.21 -
YUV 74.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 36 73 180 0.8 0.59 0 0.29 224.58 0.67 0.42
Hex 24 49 B4 50 3B 0 1D E1 43 2A
Octal 44 111 264 120 73 0 35 341 103 52
Binary 100100 1001001 10110100 1010000 111011 0 11101 11100001 1000011 101010

Color Harmonies of #2449B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2449B4

Black with #2449B4

Text Example


Text Example

White with #2449B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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