#244D97

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

Shades of Endeavour #244D97

Tints of Endeavour #244D97

Color information

#244D97 (or 0x244D97) is unknown color: approx Endeavour. HEX triplet: 24, 4D and 97. RGB value is (36,77,151). Sum of RGB (Red+Green+Blue) = 36+77+151=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #244D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D97 is #DBB268. Grayscale: #484848. Windows color (decimal): -14398057 or 9915684. OLE color: 9915684.

HSL color Cylindrical-coordinate representation of color #244D97: hue angle of 218.61º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244D97 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3677151-
CMYK0.760.4900.41
HSL218.61º61.5%36.67%-
HSV(B)218.61º76.16%59.22%-
XYZ8.977.9230.33-
YUV73.18171.92101.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=13.64%
G=29.17%
B=57.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36771510.760.4900.41218.6161.536.67
Hex244D974C31029db3d25
Octal44115227114610513337545
Binary1001001001101100101111001100110001010100111011011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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