#244E84

Color #244E84 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #244E84

Tints of Endeavour #244E84

Color information

#244E84 (or 0x244E84) is unknown color: approx Endeavour. HEX triplet: 24, 4E and 84. RGB value is (36,78,132). Sum of RGB (Red+Green+Blue) = 36+78+132=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #244E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E84 is #DBB17B. Grayscale: #474747. Windows color (decimal): -14397820 or 8670756. OLE color: 8670756.

HSL color Cylindrical-coordinate representation of color #244E84: hue angle of 213.75º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244E84 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3678132-
CMYK0.730.4100.48
HSL213.75º57.14%32.94%-
HSV(B)213.75º72.73%51.76%-
XYZ7.627.4922.87-
YUV71.6162.09102.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=14.63%
G=31.71%
B=53.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36781320.730.4100.48213.7557.1432.94
Hex244E844929030d63921
Octal44116204111510603267141
Binary1001001001110100001001001001101001011000011010110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #244E84;
 }
 .AnyTagClassName
 {
   color: #244E84;
 }
</style>
background-color css

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

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

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

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

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

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