Shades of Endeavour #285195
Tints of Endeavour #285195
RGB
CMYK
RGB Variations
Color information
#285195 (or 0x285195) is known color: Endeavour. HEX triplet: 28, 51 and 95. RGB value is (40,81,149). Sum of RGB (Red+Green+Blue) = 40+81+149=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #285195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285195 is #D7AE6A. Grayscale: #4C4C4C. Windows color (decimal): -14134891 or 9785640. OLE color: 9785640.
HSL color Cylindrical-coordinate representation of color #285195: hue angle of 217.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285195 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 81 | 149 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.42 |
| HSL | 217.43º | 0.58% | 0.37% | - |
| HSV(B) | 217.43º | 0.73% | 0.58% | - |
| XYZ | 9.24 | 8.51 | 29.59 | - |
| YUV | 76.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 149 | 0.73 | 0.46 | 0 | 0.42 | 217.43 | 0.58 | 0.37 |
| Hex | 28 | 51 | 95 | 49 | 2E | 0 | 2A | D9 | 3A | 25 |
| Octal | 50 | 121 | 225 | 111 | 56 | 0 | 52 | 331 | 72 | 45 |
| Binary | 101000 | 1010001 | 10010101 | 1001001 | 101110 | 0 | 101010 | 11011001 | 111010 | 100101 |
Color Harmonies of #285195
Complementary color
Monochromatic Colors of #285195
Black with #285195
Text Example
Text Example
White with #285195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285195; }
p { color: rgb(40,81,149); }
H1.HeaderClassName
{
color: #285195;
}
.AnyTagClassName
{
color: #285195;
}
</style>
background-color css
<style>
a { background-color: #285195; }
a { background-color: rgb(40,81,149); }
div.DivClassName
{
background-color: #285195;
}
.BgClassName
{
background-color: #285195;
}
</style>
border-color css
<style>
span { border-color: #285195; }
span { border-color: rgb(40,81,149); }
td.TdClassName
{
border-color: #285195;
}
.TagClassName
{
border-color: #285195;
}
</style>