Shades of Endeavour #285399
Tints of Endeavour #285399
RGB
CMYK
RGB Variations
Color information
#285399 (or 0x285399) is known color: Endeavour. HEX triplet: 28, 53 and 99. RGB value is (40,83,153). Sum of RGB (Red+Green+Blue) = 40+83+153=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #285399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285399 is #D7AC66. Grayscale: #4D4D4D. Windows color (decimal): -14134375 or 10048296. OLE color: 10048296.
HSL color Cylindrical-coordinate representation of color #285399: hue angle of 217.17º 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 #285399 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 83 | 153 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.4 |
| HSL | 217.17º | 0.59% | 0.38% | - |
| HSV(B) | 217.17º | 0.74% | 0.6% | - |
| XYZ | 9.72 | 8.94 | 31.35 | - |
| YUV | 78.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 153 | 0.74 | 0.46 | 0 | 0.4 | 217.17 | 0.59 | 0.38 |
| Hex | 28 | 53 | 99 | 4A | 2E | 0 | 28 | D9 | 3B | 26 |
| Octal | 50 | 123 | 231 | 112 | 56 | 0 | 50 | 331 | 73 | 46 |
| Binary | 101000 | 1010011 | 10011001 | 1001010 | 101110 | 0 | 101000 | 11011001 | 111011 | 100110 |
Color Harmonies of #285399
Complementary color
Monochromatic Colors of #285399
Black with #285399
Text Example
Text Example
White with #285399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285399; }
p { color: rgb(40,83,153); }
H1.HeaderClassName
{
color: #285399;
}
.AnyTagClassName
{
color: #285399;
}
</style>
background-color css
<style>
a { background-color: #285399; }
a { background-color: rgb(40,83,153); }
div.DivClassName
{
background-color: #285399;
}
.BgClassName
{
background-color: #285399;
}
</style>
border-color css
<style>
span { border-color: #285399; }
span { border-color: rgb(40,83,153); }
td.TdClassName
{
border-color: #285399;
}
.TagClassName
{
border-color: #285399;
}
</style>