Html Css Color HEX #244BAA Cerulean Blue

📋 copy color: '#244BAA'

red 36 ◦ green 75 ◦ blue 170

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

Shades of Cerulean Blue #244BAA

Tints of Cerulean Blue #244BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

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

R = 12.81%
G = 26.69%
B = 60.5%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#244BAA (or 0x244BAA) is known color: Cerulean Blue. HEX triplet: 24, 4B and AA. RGB value is (36,75,170). Sum of RGB (Red+Green+Blue) = 36+75+170=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #244BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BAA is #DBB455. Grayscale: #494949. Windows color (decimal): -14398550 or 11160356. OLE color: 11160356.

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

Color convert

RGB 36 75 170 -
CMYK 0.79 0.56 0 0.33
HSL 222.54º 0.65% 0.4% -
HSV(B) 222.54º 0.79% 0.67% -
XYZ 10.5 8.31 39.08 -
YUV 74.17 182.08 100.78 -
System Red Green Blue C M Y K H S L
Decimal 36 75 170 0.79 0.56 0 0.33 222.54 0.65 0.4
Hex 24 4B AA 4F 38 0 21 DF 41 28
Octal 44 113 252 117 70 0 41 337 101 50
Binary 100100 1001011 10101010 1001111 111000 0 100001 11011111 1000001 101000

Color Harmonies of #244BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244BAA

Black with #244BAA

Text Example


Text Example

White with #244BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244BAA; }

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

 H1.HeaderClassName
 {
   color: #244BAA;
 }
 .AnyTagClassName
 {
   color: #244BAA;
 }
</style>

background-color css

<style>
 a { background-color: #244BAA; }

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

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

border-color css

<style>
 span { border-color: #244BAA; }

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

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