Html Css Color HEX #244E86 Endeavour

📋 copy color: '#244E86'

red 36 ◦ green 78 ◦ blue 134

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

Shades of Endeavour #244E86

Tints of Endeavour #244E86

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 14.52%
G = 31.45%
B = 54.03%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#244E86 (or 0x244E86) is known color: Endeavour. HEX triplet: 24, 4E and 86. RGB value is (36,78,134). Sum of RGB (Red+Green+Blue) = 36+78+134=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #244E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E86 is #DBB179. Grayscale: #474747. Windows color (decimal): -14397818 or 8801828. OLE color: 8801828.

HSL color Cylindrical-coordinate representation of color #244E86: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244E86 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 78 134 -
CMYK 0.73 0.42 0 0.47
HSL 214.29º 0.58% 0.33% -
HSV(B) 214.29º 0.73% 0.53% -
XYZ 7.76 7.55 23.6 -
YUV 71.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 36 78 134 0.73 0.42 0 0.47 214.29 0.58 0.33
Hex 24 4E 86 49 2A 0 2F D6 3A 21
Octal 44 116 206 111 52 0 57 326 72 41
Binary 100100 1001110 10000110 1001001 101010 0 101111 11010110 111010 100001

Color Harmonies of #244E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244E86

Black with #244E86

Text Example


Text Example

White with #244E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,78,134); }

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

background-color css

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

 a { background-color: rgb(36,78,134); }

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

border-color css

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

 span { border-color: rgb(36,78,134); }

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