Shades of Endeavour #285C96
Tints of Endeavour #285C96
RGB
CMYK
RGB Variations
Color information
#285C96 (or 0x285C96) is known color: Endeavour. HEX triplet: 28, 5C and 96. RGB value is (40,92,150). Sum of RGB (Red+Green+Blue) = 40+92+150=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #285C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C96 is #D7A369. Grayscale: #525252. Windows color (decimal): -14132074 or 9853992. OLE color: 9853992.
HSL color Cylindrical-coordinate representation of color #285C96: hue angle of 211.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285C96 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 92 | 150 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.41 |
| HSL | 211.64º | 0.58% | 0.37% | - |
| HSV(B) | 211.64º | 0.73% | 0.59% | - |
| XYZ | 10.21 | 10.31 | 30.31 | - |
| YUV | 83.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 150 | 0.73 | 0.39 | 0 | 0.41 | 211.64 | 0.58 | 0.37 |
| Hex | 28 | 5C | 96 | 49 | 27 | 0 | 29 | D4 | 3A | 25 |
| Octal | 50 | 134 | 226 | 111 | 47 | 0 | 51 | 324 | 72 | 45 |
| Binary | 101000 | 1011100 | 10010110 | 1001001 | 100111 | 0 | 101001 | 11010100 | 111010 | 100101 |
Color Harmonies of #285C96
Complementary color
Monochromatic Colors of #285C96
Black with #285C96
Text Example
Text Example
White with #285C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C96; }
p { color: rgb(40,92,150); }
H1.HeaderClassName
{
color: #285C96;
}
.AnyTagClassName
{
color: #285C96;
}
</style>
background-color css
<style>
a { background-color: #285C96; }
a { background-color: rgb(40,92,150); }
div.DivClassName
{
background-color: #285C96;
}
.BgClassName
{
background-color: #285C96;
}
</style>
border-color css
<style>
span { border-color: #285C96; }
span { border-color: rgb(40,92,150); }
td.TdClassName
{
border-color: #285C96;
}
.TagClassName
{
border-color: #285C96;
}
</style>