#244F88

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

Shades of Endeavour #244F88

Tints of Endeavour #244F88

Color information

#244F88 (or 0x244F88) is unknown color: approx Endeavour. HEX triplet: 24, 4F and 88. RGB value is (36,79,136). Sum of RGB (Red+Green+Blue) = 36+79+136=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #244F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F88 is #DBB077. Grayscale: #484848. Windows color (decimal): -14397560 or 8933156. OLE color: 8933156.

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

Color convert

RGB3679136-
CMYK0.740.4200.47
HSL214.2º58.14%33.73%-
HSV(B)214.2º73.53%53.33%-
XYZ7.977.7424.37-
YUV72.64163.75101.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.34%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=14.34%
G=31.47%
B=54.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36791360.740.4200.47214.258.1433.73
Hex244F884A2A02Fd63a22
Octal44117210112520573267242
Binary1001001001111100010001001010101010010111111010110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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