Html Css Color HEX #244AA0 Endeavour

📋 copy color: '#244AA0'

red 36 ◦ green 74 ◦ blue 160

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

Shades of Endeavour #244AA0

Tints of Endeavour #244AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 59.26%

R = 13.33%
G = 27.41%
B = 59.26%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#244AA0 (or 0x244AA0) is known color: Endeavour. HEX triplet: 24, 4A and A0. RGB value is (36,74,160). Sum of RGB (Red+Green+Blue) = 36+74+160=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #244AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244AA0 is #DBB55F. Grayscale: #484848. Windows color (decimal): -14398816 or 10504740. OLE color: 10504740.

HSL color Cylindrical-coordinate representation of color #244AA0: hue angle of 221.61º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #244AA0 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 74 160 -
CMYK 0.78 0.54 0 0.37
HSL 221.61º 0.63% 0.38% -
HSV(B) 221.61º 0.78% 0.63% -
XYZ 9.52 7.81 34.26 -
YUV 72.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 36 74 160 0.78 0.54 0 0.37 221.61 0.63 0.38
Hex 24 4A A0 4E 36 0 25 DE 3F 26
Octal 44 112 240 116 66 0 45 336 77 46
Binary 100100 1001010 10100000 1001110 110110 0 100101 11011110 111111 100110

Color Harmonies of #244AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244AA0

Black with #244AA0

Text Example


Text Example

White with #244AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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