#24588D

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

Shades of Endeavour #24588D

Tints of Endeavour #24588D

Color information

#24588D (or 0x24588D) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 8D. RGB value is (36,88,141). Sum of RGB (Red+Green+Blue) = 36+88+141=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #24588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24588D is #DBA772. Grayscale: #4E4E4E. Windows color (decimal): -14395251 or 9263140. OLE color: 9263140.

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

Color convert

RGB3688141-
CMYK0.740.3800.45
HSL210.29º59.32%34.71%-
HSV(B)210.29º74.47%55.29%-
XYZ9.029.2826.51-
YUV78.49163.2797.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=13.58%
G=33.21%
B=53.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36881410.740.3800.45210.2959.3234.71
Hex24588D4A2602Dd23b23
Octal44130215112460553227343
Binary1001001011000100011011001010100110010110111010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,88,141); }

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

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

 a { background-color: rgb(36,88,141); }

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

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

 span { border-color: rgb(36,88,141); }

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