Html Css Color HEX #244AAF Cerulean Blue

📋 copy color: '#244AAF'

red 36 ◦ green 74 ◦ blue 175

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

Shades of Cerulean Blue #244AAF

Tints of Cerulean Blue #244AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 12.63%
G = 25.96%
B = 61.4%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#244AAF (or 0x244AAF) is known color: Cerulean Blue. HEX triplet: 24, 4A and AF. RGB value is (36,74,175). Sum of RGB (Red+Green+Blue) = 36+74+175=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #244AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AAF is #DBB550. Grayscale: #494949. Windows color (decimal): -14398801 or 11487780. OLE color: 11487780.

HSL color Cylindrical-coordinate representation of color #244AAF: hue angle of 223.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #244AAF is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 74 175 -
CMYK 0.79 0.58 0 0.31
HSL 223.6º 0.66% 0.41% -
HSV(B) 223.6º 0.79% 0.69% -
XYZ 10.91 8.37 41.6 -
YUV 74.15 184.91 100.79 -
System Red Green Blue C M Y K H S L
Decimal 36 74 175 0.79 0.58 0 0.31 223.6 0.66 0.41
Hex 24 4A AF 4F 3A 0 1F E0 42 29
Octal 44 112 257 117 72 0 37 340 102 51
Binary 100100 1001010 10101111 1001111 111010 0 11111 11100000 1000010 101001

Color Harmonies of #244AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244AAF

Black with #244AAF

Text Example


Text Example

White with #244AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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