Shades of Endeavour #285292
Tints of Endeavour #285292
RGB
CMYK
RGB Variations
Color information
#285292 (or 0x285292) is known color: Endeavour. HEX triplet: 28, 52 and 92. RGB value is (40,82,146). Sum of RGB (Red+Green+Blue) = 40+82+146=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #285292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285292 is #D7AD6D. Grayscale: #4C4C4C. Windows color (decimal): -14134638 or 9589288. OLE color: 9589288.
HSL color Cylindrical-coordinate representation of color #285292: hue angle of 216.23º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285292 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 82 | 146 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.43 |
| HSL | 216.23º | 0.57% | 0.36% | - |
| HSV(B) | 216.23º | 0.73% | 0.57% | - |
| XYZ | 9.08 | 8.56 | 28.37 | - |
| YUV | 76.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 146 | 0.73 | 0.44 | 0 | 0.43 | 216.23 | 0.57 | 0.36 |
| Hex | 28 | 52 | 92 | 49 | 2C | 0 | 2B | D8 | 39 | 24 |
| Octal | 50 | 122 | 222 | 111 | 54 | 0 | 53 | 330 | 71 | 44 |
| Binary | 101000 | 1010010 | 10010010 | 1001001 | 101100 | 0 | 101011 | 11011000 | 111001 | 100100 |
Color Harmonies of #285292
Complementary color
Monochromatic Colors of #285292
Black with #285292
Text Example
Text Example
White with #285292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285292; }
p { color: rgb(40,82,146); }
H1.HeaderClassName
{
color: #285292;
}
.AnyTagClassName
{
color: #285292;
}
</style>
background-color css
<style>
a { background-color: #285292; }
a { background-color: rgb(40,82,146); }
div.DivClassName
{
background-color: #285292;
}
.BgClassName
{
background-color: #285292;
}
</style>
border-color css
<style>
span { border-color: #285292; }
span { border-color: rgb(40,82,146); }
td.TdClassName
{
border-color: #285292;
}
.TagClassName
{
border-color: #285292;
}
</style>