#24588A

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

Shades of Endeavour #24588A

Tints of Endeavour #24588A

Color information

#24588A (or 0x24588A) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 8A. RGB value is (36,88,138). Sum of RGB (Red+Green+Blue) = 36+88+138=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #24588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24588A is #DBA775. Grayscale: #4D4D4D. Windows color (decimal): -14395254 or 9066532. OLE color: 9066532.

HSL color Cylindrical-coordinate representation of color #24588A: hue angle of 209.41º 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 #24588A is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3688138-
CMYK0.740.3600.46
HSL209.41º58.62%34.12%-
HSV(B)209.41º73.91%54.12%-
XYZ8.89.1925.35-
YUV78.15161.7797.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=13.74%
G=33.59%
B=52.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36881380.740.3600.46209.4158.6234.12
Hex24588A4A2402Ed13b22
Octal44130212112440563217342
Binary1001001011000100010101001010100100010111011010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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