#24508A

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

Shades of Endeavour #24508A

Tints of Endeavour #24508A

Color information

#24508A (or 0x24508A) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 8A. RGB value is (36,80,138). Sum of RGB (Red+Green+Blue) = 36+80+138=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #24508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24508A is #DBAF75. Grayscale: #494949. Windows color (decimal): -14397302 or 9064484. OLE color: 9064484.

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

Color convert

RGB3680138-
CMYK0.740.4200.46
HSL214.12º58.62%34.12%-
HSV(B)214.12º73.91%54.12%-
XYZ8.187.9525.15-
YUV73.46164.42101.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=14.17%
G=31.50%
B=54.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36801380.740.4200.46214.1258.6234.12
Hex24508A4A2A02Ed63b22
Octal44120212112520563267342
Binary1001001010000100010101001010101010010111011010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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