#244F96

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

Shades of Endeavour #244F96

Tints of Endeavour #244F96

Color information

#244F96 (or 0x244F96) is unknown color: approx Endeavour. HEX triplet: 24, 4F and 96. RGB value is (36,79,150). Sum of RGB (Red+Green+Blue) = 36+79+150=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #244F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F96 is #DBB069. Grayscale: #494949. Windows color (decimal): -14397546 or 9850660. OLE color: 9850660.

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

Color convert

RGB3679150-
CMYK0.760.4700.41
HSL217.37º61.29%36.47%-
HSV(B)217.37º76%58.82%-
XYZ9.038.1729.96-
YUV74.24170.75100.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=13.58%
G=29.81%
B=56.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36791500.760.4700.41217.3761.2936.47
Hex244F964C2F029d93d24
Octal44117226114570513317544
Binary1001001001111100101101001100101111010100111011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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