#28599C

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

Shades of Endeavour #28599C

Tints of Endeavour #28599C

Color information

#28599C (or 0x28599C) is unknown color: approx Endeavour. HEX triplet: 28, 59 and 9C. RGB value is (40,89,156). Sum of RGB (Red+Green+Blue) = 40+89+156=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #28599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599C is #D7A663. Grayscale: #515151. Windows color (decimal): -14132836 or 10246440. OLE color: 10246440.

HSL color Cylindrical-coordinate representation of color #28599C: hue angle of 214.66º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28599C is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4089156-
CMYK0.740.4300.39
HSL214.66º59.18%38.43%-
HSV(B)214.66º74.36%61.18%-
XYZ10.451032.83-
YUV81.99169.7798.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=14.04%
G=31.23%
B=54.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40891560.740.4300.39214.6659.1838.43
Hex28599C4A2B027d73b26
Octal50131234112530473277346
Binary1010001011001100111001001010101011010011111010111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28599C; }

 p { color: rgb(40,89,156); }

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

<style>
 a { background-color: #28599C; }

 a { background-color: rgb(40,89,156); }

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

<style>
 span { border-color: #28599C; }

 span { border-color: rgb(40,89,156); }

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