Shades of Endeavour #285C9F
Tints of Endeavour #285C9F
RGB
CMYK
RGB Variations
Color information
#285C9F (or 0x285C9F) is known color: Endeavour. HEX triplet: 28, 5C and 9F. RGB value is (40,92,159). Sum of RGB (Red+Green+Blue) = 40+92+159=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #285C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C9F is #D7A360. Grayscale: #535353. Windows color (decimal): -14132065 or 10443816. OLE color: 10443816.
HSL color Cylindrical-coordinate representation of color #285C9F: hue angle of 213.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285C9F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 92 | 159 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.38 |
| HSL | 213.78º | 0.6% | 0.39% | - |
| HSV(B) | 213.78º | 0.75% | 0.62% | - |
| XYZ | 10.96 | 10.61 | 34.27 | - |
| YUV | 84.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 92 | 159 | 0.75 | 0.42 | 0 | 0.38 | 213.78 | 0.6 | 0.39 |
| Hex | 28 | 5C | 9F | 4B | 2A | 0 | 26 | D6 | 3C | 27 |
| Octal | 50 | 134 | 237 | 113 | 52 | 0 | 46 | 326 | 74 | 47 |
| Binary | 101000 | 1011100 | 10011111 | 1001011 | 101010 | 0 | 100110 | 11010110 | 111100 | 100111 |
Color Harmonies of #285C9F
Complementary color
Monochromatic Colors of #285C9F
Black with #285C9F
Text Example
Text Example
White with #285C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285C9F; }
p { color: rgb(40,92,159); }
H1.HeaderClassName
{
color: #285C9F;
}
.AnyTagClassName
{
color: #285C9F;
}
</style>
background-color css
<style>
a { background-color: #285C9F; }
a { background-color: rgb(40,92,159); }
div.DivClassName
{
background-color: #285C9F;
}
.BgClassName
{
background-color: #285C9F;
}
</style>
border-color css
<style>
span { border-color: #285C9F; }
span { border-color: rgb(40,92,159); }
td.TdClassName
{
border-color: #285C9F;
}
.TagClassName
{
border-color: #285C9F;
}
</style>