Html Css Color HEX #244AAA Cerulean Blue

📋 copy color: '#244AAA'

red 36 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #244AAA

Tints of Cerulean Blue #244AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 12.86%
G = 26.43%
B = 60.71%

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

#244AAA (or 0x244AAA) is known color: Cerulean Blue. HEX triplet: 24, 4A and AA. RGB value is (36,74,170). Sum of RGB (Red+Green+Blue) = 36+74+170=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #244AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AAA is #DBB555. Grayscale: #494949. Windows color (decimal): -14398806 or 11160100. OLE color: 11160100.

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

Color convert

RGB 36 74 170 -
CMYK 0.79 0.56 0 0.33
HSL 222.99º 0.65% 0.4% -
HSV(B) 222.99º 0.79% 0.67% -
XYZ 10.43 8.17 39.06 -
YUV 73.58 182.41 101.19 -
System Red Green Blue C M Y K H S L
Decimal 36 74 170 0.79 0.56 0 0.33 222.99 0.65 0.4
Hex 24 4A AA 4F 38 0 21 DF 41 28
Octal 44 112 252 117 70 0 41 337 101 50
Binary 100100 1001010 10101010 1001111 111000 0 100001 11011111 1000001 101000

Color Harmonies of #244AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244AAA

Black with #244AAA

Text Example


Text Example

White with #244AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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