#28599A

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

Shades of Endeavour #28599A

Tints of Endeavour #28599A

Color information

#28599A (or 0x28599A) is unknown color: approx Endeavour. HEX triplet: 28, 59 and 9A. RGB value is (40,89,154). Sum of RGB (Red+Green+Blue) = 40+89+154=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #28599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599A is #D7A665. Grayscale: #515151. Windows color (decimal): -14132838 or 10115368. OLE color: 10115368.

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

Color convert

RGB4089154-
CMYK0.740.4200.40
HSL214.21º58.76%38.04%-
HSV(B)214.21º74.03%60.39%-
XYZ10.289.9331.95-
YUV81.76168.7798.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=14.13%
G=31.45%
B=54.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40891540.740.4200.40214.2158.7638.04
Hex28599A4A2A028d63b26
Octal50131232112520503267346
Binary1010001011001100110101001010101010010100011010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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