#244F94

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

Shades of Endeavour #244F94

Tints of Endeavour #244F94

Color information

#244F94 (or 0x244F94) is unknown color: approx Endeavour. HEX triplet: 24, 4F and 94. RGB value is (36,79,148). Sum of RGB (Red+Green+Blue) = 36+79+148=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #244F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F94 is #DBB06B. Grayscale: #494949. Windows color (decimal): -14397548 or 9719588. OLE color: 9719588.

HSL color Cylindrical-coordinate representation of color #244F94: hue angle of 216.96º 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 #244F94 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3679148-
CMYK0.760.4700.42
HSL216.96º60.87%36.08%-
HSV(B)216.96º75.68%58.04%-
XYZ8.878.1129.11-
YUV74.01169.75100.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=13.69%
G=30.04%
B=56.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36791480.760.4700.42216.9660.8736.08
Hex244F944C2F02Ad93d24
Octal44117224114570523317544
Binary1001001001111100101001001100101111010101011011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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