Shades of Endeavour #285B9C
Tints of Endeavour #285B9C
RGB
CMYK
RGB Variations
Color information
#285B9C (or 0x285B9C) is known color: Endeavour. HEX triplet: 28, 5B and 9C. RGB value is (40,91,156). Sum of RGB (Red+Green+Blue) = 40+91+156=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #285B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B9C is #D7A463. Grayscale: #525252. Windows color (decimal): -14132324 or 10246952. OLE color: 10246952.
HSL color Cylindrical-coordinate representation of color #285B9C: hue angle of 213.62º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285B9C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 91 | 156 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.39 |
| HSL | 213.62º | 0.59% | 0.38% | - |
| HSV(B) | 213.62º | 0.74% | 0.61% | - |
| XYZ | 10.62 | 10.33 | 32.89 | - |
| YUV | 83.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 156 | 0.74 | 0.42 | 0 | 0.39 | 213.62 | 0.59 | 0.38 |
| Hex | 28 | 5B | 9C | 4A | 2A | 0 | 27 | D6 | 3B | 26 |
| Octal | 50 | 133 | 234 | 112 | 52 | 0 | 47 | 326 | 73 | 46 |
| Binary | 101000 | 1011011 | 10011100 | 1001010 | 101010 | 0 | 100111 | 11010110 | 111011 | 100110 |
Color Harmonies of #285B9C
Complementary color
Monochromatic Colors of #285B9C
Black with #285B9C
Text Example
Text Example
White with #285B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B9C; }
p { color: rgb(40,91,156); }
H1.HeaderClassName
{
color: #285B9C;
}
.AnyTagClassName
{
color: #285B9C;
}
</style>
background-color css
<style>
a { background-color: #285B9C; }
a { background-color: rgb(40,91,156); }
div.DivClassName
{
background-color: #285B9C;
}
.BgClassName
{
background-color: #285B9C;
}
</style>
border-color css
<style>
span { border-color: #285B9C; }
span { border-color: rgb(40,91,156); }
td.TdClassName
{
border-color: #285B9C;
}
.TagClassName
{
border-color: #285B9C;
}
</style>