Html Css Color HEX #244CA4 Cerulean Blue

📋 copy color: '#244CA4'

red 36 ◦ green 76 ◦ blue 164

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

Shades of Cerulean Blue #244CA4

Tints of Cerulean Blue #244CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 59.42%

R = 13.04%
G = 27.54%
B = 59.42%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#244CA4 (or 0x244CA4) is known color: Cerulean Blue. HEX triplet: 24, 4C and A4. RGB value is (36,76,164). Sum of RGB (Red+Green+Blue) = 36+76+164=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 164 (64.45% from 255 or 59.42% from 276); Max value from RGB is 164 - color contains mainly: blue. Hex color #244CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244CA4 is #DBB35B. Grayscale: #494949. Windows color (decimal): -14398300 or 10767396. OLE color: 10767396.

HSL color Cylindrical-coordinate representation of color #244CA4: hue angle of 221.25º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #244CA4 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 36 76 164 -
CMYK 0.78 0.54 0 0.36
HSL 221.25º 0.64% 0.39% -
HSV(B) 221.25º 0.78% 0.64% -
XYZ 10.01 8.22 36.18 -
YUV 74.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 36 76 164 0.78 0.54 0 0.36 221.25 0.64 0.39
Hex 24 4C A4 4E 36 0 24 DD 40 27
Octal 44 114 244 116 66 0 44 335 100 47
Binary 100100 1001100 10100100 1001110 110110 0 100100 11011101 1000000 100111

Color Harmonies of #244CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244CA4

Black with #244CA4

Text Example


Text Example

White with #244CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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