#244994

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

Shades of Endeavour #244994

Tints of Endeavour #244994

Color information

#244994 (or 0x244994) is unknown color: approx Endeavour. HEX triplet: 24, 49 and 94. RGB value is (36,73,148). Sum of RGB (Red+Green+Blue) = 36+73+148=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #244994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244994 is #DBB66B. Grayscale: #464646. Windows color (decimal): -14399084 or 9718052. OLE color: 9718052.

HSL color Cylindrical-coordinate representation of color #244994: hue angle of 220.18º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #244994 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3673148-
CMYK0.760.5100.42
HSL220.18º60.87%36.08%-
HSV(B)220.18º75.68%58.04%-
XYZ8.467.2828.98-
YUV70.49171.74103.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=14.01%
G=28.40%
B=57.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36731480.760.5100.42220.1860.8736.08
Hex2449944C3302Adc3d24
Octal44111224114630523347544
Binary1001001001001100101001001100110011010101011011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244994; }

 p { color: rgb(36,73,148); }

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

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

 a { background-color: rgb(36,73,148); }

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

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

 span { border-color: rgb(36,73,148); }

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