#244D8A

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

Shades of Endeavour #244D8A

Tints of Endeavour #244D8A

Color information

#244D8A (or 0x244D8A) is unknown color: approx Endeavour. HEX triplet: 24, 4D and 8A. RGB value is (36,77,138). Sum of RGB (Red+Green+Blue) = 36+77+138=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #244D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D8A is #DBB275. Grayscale: #474747. Windows color (decimal): -14398070 or 9063716. OLE color: 9063716.

HSL color Cylindrical-coordinate representation of color #244D8A: hue angle of 215.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #244D8A is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3677138-
CMYK0.740.4400.46
HSL215.88º58.62%34.12%-
HSV(B)215.88º73.91%54.12%-
XYZ7.977.5225.08-
YUV71.69165.42102.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=14.34%
G=30.68%
B=54.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36771380.740.4400.46215.8858.6234.12
Hex244D8A4A2C02Ed83b22
Octal44115212112540563307342
Binary1001001001101100010101001010101100010111011011000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,77,138); }

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

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

 a { background-color: rgb(36,77,138); }

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

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

 span { border-color: rgb(36,77,138); }

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