#244A93

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

Shades of Endeavour #244A93

Tints of Endeavour #244A93

Color information

#244A93 (or 0x244A93) is unknown color: approx Endeavour. HEX triplet: 24, 4A and 93. RGB value is (36,74,147). Sum of RGB (Red+Green+Blue) = 36+74+147=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #244A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A93 is #DBB56C. Grayscale: #464646. Windows color (decimal): -14398829 or 9652772. OLE color: 9652772.

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

Color convert

RGB3674147-
CMYK0.760.5000.42
HSL219.46º60.66%35.88%-
HSV(B)219.46º75.51%57.65%-
XYZ8.447.3828.58-
YUV70.96170.91103.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=14.01%
G=28.79%
B=57.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36741470.760.5000.42219.4660.6635.88
Hex244A934C3202Adb3d24
Octal44112223114620523337544
Binary1001001001010100100111001100110010010101011011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,74,147); }

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

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

 a { background-color: rgb(36,74,147); }

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

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

 span { border-color: rgb(36,74,147); }

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