#24508B

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

Shades of Endeavour #24508B

Tints of Endeavour #24508B

Color information

#24508B (or 0x24508B) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 8B. RGB value is (36,80,139). Sum of RGB (Red+Green+Blue) = 36+80+139=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #24508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24508B is #DBAF74. Grayscale: #494949. Windows color (decimal): -14397301 or 9130020. OLE color: 9130020.

HSL color Cylindrical-coordinate representation of color #24508B: hue angle of 214.37º 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 #24508B is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3680139-
CMYK0.740.4200.45
HSL214.37º58.86%34.31%-
HSV(B)214.37º74.1%54.51%-
XYZ8.267.9825.53-
YUV73.57164.92101.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 139 (54.69% from 255) = 54.51%
R=14.12%
G=31.37%
B=54.51%

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
Decimal36801390.740.4200.45214.3758.8634.31
Hex24508B4A2A02Dd63b22
Octal44120213112520553267342
Binary1001001010000100010111001010101010010110111010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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