Shades of Endeavour #285B8D
Tints of Endeavour #285B8D
RGB
CMYK
RGB Variations
Color information
#285B8D (or 0x285B8D) is known color: Endeavour. HEX triplet: 28, 5B and 8D. RGB value is (40,91,141). Sum of RGB (Red+Green+Blue) = 40+91+141=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #285B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B8D is #D7A472. Grayscale: #515151. Windows color (decimal): -14132339 or 9263912. OLE color: 9263912.
HSL color Cylindrical-coordinate representation of color #285B8D: hue angle of 209.7º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285B8D is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 91 | 141 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.45 |
| HSL | 209.7º | 0.56% | 0.35% | - |
| HSV(B) | 209.7º | 0.72% | 0.55% | - |
| XYZ | 9.42 | 9.86 | 26.61 | - |
| YUV | 81.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 141 | 0.72 | 0.35 | 0 | 0.45 | 209.7 | 0.56 | 0.35 |
| Hex | 28 | 5B | 8D | 48 | 23 | 0 | 2D | D2 | 38 | 23 |
| Octal | 50 | 133 | 215 | 110 | 43 | 0 | 55 | 322 | 70 | 43 |
| Binary | 101000 | 1011011 | 10001101 | 1001000 | 100011 | 0 | 101101 | 11010010 | 111000 | 100011 |
Color Harmonies of #285B8D
Complementary color
Monochromatic Colors of #285B8D
Black with #285B8D
Text Example
Text Example
White with #285B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B8D; }
p { color: rgb(40,91,141); }
H1.HeaderClassName
{
color: #285B8D;
}
.AnyTagClassName
{
color: #285B8D;
}
</style>
background-color css
<style>
a { background-color: #285B8D; }
a { background-color: rgb(40,91,141); }
div.DivClassName
{
background-color: #285B8D;
}
.BgClassName
{
background-color: #285B8D;
}
</style>
border-color css
<style>
span { border-color: #285B8D; }
span { border-color: rgb(40,91,141); }
td.TdClassName
{
border-color: #285B8D;
}
.TagClassName
{
border-color: #285B8D;
}
</style>