#244F98

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

Shades of Endeavour #244F98

Tints of Endeavour #244F98

Color information

#244F98 (or 0x244F98) is unknown color: approx Endeavour. HEX triplet: 24, 4F and 98. RGB value is (36,79,152). Sum of RGB (Red+Green+Blue) = 36+79+152=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #244F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F98 is #DBB067. Grayscale: #4A4A4A. Windows color (decimal): -14397544 or 9981732. OLE color: 9981732.

HSL color Cylindrical-coordinate representation of color #244F98: hue angle of 217.76º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244F98 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3679152-
CMYK0.760.4800.40
HSL217.76º61.7%36.86%-
HSV(B)217.76º76.32%59.61%-
XYZ9.198.2330.81-
YUV74.46171.75100.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=13.48%
G=29.59%
B=56.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36791520.760.4800.40217.7661.736.86
Hex244F984C30028da3e25
Octal44117230114600503327645
Binary1001001001111100110001001100110000010100011011010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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