#24518B

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

Shades of Endeavour #24518B

Tints of Endeavour #24518B

Color information

#24518B (or 0x24518B) is unknown color: approx Endeavour. HEX triplet: 24, 51 and 8B. RGB value is (36,81,139). Sum of RGB (Red+Green+Blue) = 36+81+139=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #24518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24518B is #DBAE74. Grayscale: #494949. Windows color (decimal): -14397045 or 9130276. OLE color: 9130276.

HSL color Cylindrical-coordinate representation of color #24518B: hue angle of 213.79º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24518B is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3681139-
CMYK0.740.4200.45
HSL213.79º58.86%34.31%-
HSV(B)213.79º74.1%54.51%-
XYZ8.338.1225.56-
YUV74.16164.59100.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.06%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=14.06%
G=31.64%
B=54.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36811390.740.4200.45213.7958.8634.31
Hex24518B4A2A02Dd63b22
Octal44121213112520553267342
Binary1001001010001100010111001010101010010110111010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24518B; }

 p { color: rgb(36,81,139); }

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

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

 a { background-color: rgb(36,81,139); }

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

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

 span { border-color: rgb(36,81,139); }

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