Shades of Endeavour #285294
Tints of Endeavour #285294
RGB
CMYK
RGB Variations
Color information
#285294 (or 0x285294) is known color: Endeavour. HEX triplet: 28, 52 and 94. RGB value is (40,82,148). Sum of RGB (Red+Green+Blue) = 40+82+148=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #285294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285294 is #D7AD6B. Grayscale: #4C4C4C. Windows color (decimal): -14134636 or 9720360. OLE color: 9720360.
HSL color Cylindrical-coordinate representation of color #285294: hue angle of 216.67º degrees, saturation: 0.57, 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 #285294 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 82 | 148 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.42 |
| HSL | 216.67º | 0.57% | 0.37% | - |
| HSV(B) | 216.67º | 0.73% | 0.58% | - |
| XYZ | 9.24 | 8.62 | 29.19 | - |
| YUV | 76.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 148 | 0.73 | 0.45 | 0 | 0.42 | 216.67 | 0.57 | 0.37 |
| Hex | 28 | 52 | 94 | 49 | 2D | 0 | 2A | D9 | 39 | 25 |
| Octal | 50 | 122 | 224 | 111 | 55 | 0 | 52 | 331 | 71 | 45 |
| Binary | 101000 | 1010010 | 10010100 | 1001001 | 101101 | 0 | 101010 | 11011001 | 111001 | 100101 |
Color Harmonies of #285294
Complementary color
Monochromatic Colors of #285294
Black with #285294
Text Example
Text Example
White with #285294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285294; }
p { color: rgb(40,82,148); }
H1.HeaderClassName
{
color: #285294;
}
.AnyTagClassName
{
color: #285294;
}
</style>
background-color css
<style>
a { background-color: #285294; }
a { background-color: rgb(40,82,148); }
div.DivClassName
{
background-color: #285294;
}
.BgClassName
{
background-color: #285294;
}
</style>
border-color css
<style>
span { border-color: #285294; }
span { border-color: rgb(40,82,148); }
td.TdClassName
{
border-color: #285294;
}
.TagClassName
{
border-color: #285294;
}
</style>