#244A92

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

Shades of Endeavour #244A92

Tints of Endeavour #244A92

Color information

#244A92 (or 0x244A92) is unknown color: approx Endeavour. HEX triplet: 24, 4A and 92. RGB value is (36,74,146). Sum of RGB (Red+Green+Blue) = 36+74+146=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #244A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A92 is #DBB56D. Grayscale: #464646. Windows color (decimal): -14398830 or 9587236. OLE color: 9587236.

HSL color Cylindrical-coordinate representation of color #244A92: hue angle of 219.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244A92 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3674146-
CMYK0.750.4900.43
HSL219.27º60.44%35.69%-
HSV(B)219.27º75.34%57.25%-
XYZ8.367.3528.17-
YUV70.85170.41103.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=14.06%
G=28.91%
B=57.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36741460.750.4900.43219.2760.4435.69
Hex244A924B3102Bdb3c24
Octal44112222113610533337444
Binary1001001001010100100101001011110001010101111011011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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