Html Css Color HEX #244CAA Cerulean Blue

📋 copy color: '#244CAA'

red 36 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #244CAA

Tints of Cerulean Blue #244CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 12.77%
G = 26.95%
B = 60.28%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#244CAA (or 0x244CAA) is known color: Cerulean Blue. HEX triplet: 24, 4C and AA. RGB value is (36,76,170). Sum of RGB (Red+Green+Blue) = 36+76+170=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #244CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244CAA is #DBB355. Grayscale: #4A4A4A. Windows color (decimal): -14398294 or 11160612. OLE color: 11160612.

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

Color convert

RGB 36 76 170 -
CMYK 0.79 0.55 0 0.33
HSL 222.09º 0.65% 0.4% -
HSV(B) 222.09º 0.79% 0.67% -
XYZ 10.57 8.45 39.1 -
YUV 74.76 181.75 100.36 -
System Red Green Blue C M Y K H S L
Decimal 36 76 170 0.79 0.55 0 0.33 222.09 0.65 0.4
Hex 24 4C AA 4F 37 0 21 DE 41 28
Octal 44 114 252 117 67 0 41 336 101 50
Binary 100100 1001100 10101010 1001111 110111 0 100001 11011110 1000001 101000

Color Harmonies of #244CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244CAA

Black with #244CAA

Text Example


Text Example

White with #244CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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