#244E8A

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

Shades of Endeavour #244E8A

Tints of Endeavour #244E8A

Color information

#244E8A (or 0x244E8A) is unknown color: approx Endeavour. HEX triplet: 24, 4E and 8A. RGB value is (36,78,138). Sum of RGB (Red+Green+Blue) = 36+78+138=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #244E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E8A is #DBB175. Grayscale: #484848. Windows color (decimal): -14397814 or 9063972. OLE color: 9063972.

HSL color Cylindrical-coordinate representation of color #244E8A: hue angle of 215.29º 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 #244E8A is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3678138-
CMYK0.740.4300.46
HSL215.29º58.62%34.12%-
HSV(B)215.29º73.91%54.12%-
XYZ8.047.6625.1-
YUV72.28165.09102.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=14.29%
G=30.95%
B=54.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36781380.740.4300.46215.2958.6234.12
Hex244E8A4A2B02Ed73b22
Octal44116212112530563277342
Binary1001001001110100010101001010101011010111011010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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