#24608B

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

Shades of Endeavour #24608B

Tints of Endeavour #24608B

Color information

#24608B (or 0x24608B) is unknown color: approx Endeavour. HEX triplet: 24, 60 and 8B. RGB value is (36,96,139). Sum of RGB (Red+Green+Blue) = 36+96+139=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #24608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24608B is #DB9F74. Grayscale: #525252. Windows color (decimal): -14393205 or 9134116. OLE color: 9134116.

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

Color convert

RGB3696139-
CMYK0.740.3100.45
HSL205.05º58.86%34.31%-
HSV(B)205.05º74.1%54.51%-
XYZ9.5710.625.97-
YUV82.96159.6294.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=13.28%
G=35.42%
B=51.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36961390.740.3100.45205.0558.8634.31
Hex24608B4A1F02Dcd3b22
Octal44140213112370553157342
Binary100100110000010001011100101011111010110111001101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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