Shades of Endeavour #285C88
Tints of Endeavour #285C88
RGB
CMYK
RGB Variations
Color information
#285C88 (or 0x285C88) is known color: Endeavour. HEX triplet: 28, 5C and 88. RGB value is (40,92,136). Sum of RGB (Red+Green+Blue) = 40+92+136=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #285C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C88 is #D7A377. Grayscale: #515151. Windows color (decimal): -14132088 or 8936488. OLE color: 8936488.
HSL color Cylindrical-coordinate representation of color #285C88: hue angle of 207.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285C88 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 92 | 136 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.47 |
| HSL | 207.5º | 0.55% | 0.35% | - |
| HSV(B) | 207.5º | 0.71% | 0.53% | - |
| XYZ | 9.15 | 9.88 | 24.72 | - |
| YUV | 81.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 136 | 0.71 | 0.32 | 0 | 0.47 | 207.5 | 0.55 | 0.35 |
| Hex | 28 | 5C | 88 | 47 | 20 | 0 | 2F | D0 | 37 | 23 |
| Octal | 50 | 134 | 210 | 107 | 40 | 0 | 57 | 320 | 67 | 43 |
| Binary | 101000 | 1011100 | 10001000 | 1000111 | 100000 | 0 | 101111 | 11010000 | 110111 | 100011 |
Color Harmonies of #285C88
Complementary color
Monochromatic Colors of #285C88
Black with #285C88
Text Example
Text Example
White with #285C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C88; }
p { color: rgb(40,92,136); }
H1.HeaderClassName
{
color: #285C88;
}
.AnyTagClassName
{
color: #285C88;
}
</style>
background-color css
<style>
a { background-color: #285C88; }
a { background-color: rgb(40,92,136); }
div.DivClassName
{
background-color: #285C88;
}
.BgClassName
{
background-color: #285C88;
}
</style>
border-color css
<style>
span { border-color: #285C88; }
span { border-color: rgb(40,92,136); }
td.TdClassName
{
border-color: #285C88;
}
.TagClassName
{
border-color: #285C88;
}
</style>