#244F8A

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

Shades of Endeavour #244F8A

Tints of Endeavour #244F8A

Color information

#244F8A (or 0x244F8A) is unknown color: approx Endeavour. HEX triplet: 24, 4F and 8A. RGB value is (36,79,138). Sum of RGB (Red+Green+Blue) = 36+79+138=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #244F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F8A is #DBB075. Grayscale: #484848. Windows color (decimal): -14397558 or 9064228. OLE color: 9064228.

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

Color convert

RGB3679138-
CMYK0.740.4300.46
HSL214.71º58.62%34.12%-
HSV(B)214.71º73.91%54.12%-
XYZ8.117.825.12-
YUV72.87164.75101.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=14.23%
G=31.23%
B=54.55%

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
Decimal36791380.740.4300.46214.7158.6234.12
Hex244F8A4A2B02Ed73b22
Octal44117212112530563277342
Binary1001001001111100010101001010101011010111011010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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