#24598c

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

Shades of Endeavour #24598C

Tints of Endeavour #24598C

Color information

#24598C (or 0x24598C) is unknown color: approx Endeavour. HEX triplet: 24, 59 and 8C. RGB value is (36,89,140). Sum of RGB (Red+Green+Blue) = 36+89+140=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #24598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24598C is #DBA673. Grayscale: #4E4E4E. Windows color (decimal): -14394996 or 9197860. OLE color: 9197860.

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

Color convert

RGB3689140-
CMYK0.740.3600.45
HSL209.42º59.09%34.51%-
HSV(B)209.42º74.29%54.9%-
XYZ9.039.4126.15-
YUV78.97162.4497.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=13.58%
G=33.58%
B=52.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36891400.740.3600.45209.4259.0934.51
Hex24598C4A2402Dd13b23
Octal44131214112440553217343
Binary1001001011001100011001001010100100010110111010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24598c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24598c; }

 p { color: rgb(36,89,140); }

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

<style>
 a { background-color: #24598c; }

 a { background-color: rgb(36,89,140); }

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

<style>
 span { border-color: #24598c; }

 span { border-color: rgb(36,89,140); }

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