#24509D

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

Shades of Endeavour #24509D

Tints of Endeavour #24509D

Color information

#24509D (or 0x24509D) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 9D. RGB value is (36,80,157). Sum of RGB (Red+Green+Blue) = 36+80+157=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #24509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24509D is #DBAF62. Grayscale: #4B4B4B. Windows color (decimal): -14397283 or 10309668. OLE color: 10309668.

HSL color Cylindrical-coordinate representation of color #24509D: hue angle of 218.18º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24509D is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3680157-
CMYK0.770.4900.38
HSL218.18º62.69%37.84%-
HSV(B)218.18º77.07%61.57%-
XYZ9.688.5533.04-
YUV75.62173.9299.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.19%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=13.19%
G=29.30%
B=57.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36801570.770.4900.38218.1862.6937.84
Hex24509D4D31026da3f26
Octal44120235115610463327746
Binary1001001010000100111011001101110001010011011011010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24509D; }

 p { color: rgb(36,80,157); }

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

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

 a { background-color: rgb(36,80,157); }

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

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

 span { border-color: rgb(36,80,157); }

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