#28599B

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

Shades of Endeavour #28599B

Tints of Endeavour #28599B

Color information

#28599B (or 0x28599B) is unknown color: approx Endeavour. HEX triplet: 28, 59 and 9B. RGB value is (40,89,155). Sum of RGB (Red+Green+Blue) = 40+89+155=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #28599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599B is #D7A664. Grayscale: #515151. Windows color (decimal): -14132837 or 10180904. OLE color: 10180904.

HSL color Cylindrical-coordinate representation of color #28599B: hue angle of 214.43º 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 #28599B is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4089155-
CMYK0.740.4300.39
HSL214.43º58.97%38.24%-
HSV(B)214.43º74.19%60.78%-
XYZ10.369.9632.39-
YUV81.87169.2798.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=14.08%
G=31.34%
B=54.58%

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
Decimal40891550.740.4300.39214.4358.9738.24
Hex28599B4A2B027d63b26
Octal50131233112530473267346
Binary1010001011001100110111001010101011010011111010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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