Shades of Endeavour #285F8B
Tints of Endeavour #285F8B
RGB
CMYK
RGB Variations
Color information
#285F8B (or 0x285F8B) is known color: Endeavour. HEX triplet: 28, 5F and 8B. RGB value is (40,95,139). Sum of RGB (Red+Green+Blue) = 40+95+139=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #285F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F8B is #D7A074. Grayscale: #535353. Windows color (decimal): -14131317 or 9133864. OLE color: 9133864.
HSL color Cylindrical-coordinate representation of color #285F8B: hue angle of 206.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285F8B is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 95 | 139 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.45 |
| HSL | 206.67º | 0.55% | 0.35% | - |
| HSV(B) | 206.67º | 0.71% | 0.55% | - |
| XYZ | 9.63 | 10.5 | 25.95 | - |
| YUV | 83.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 139 | 0.71 | 0.32 | 0 | 0.45 | 206.67 | 0.55 | 0.35 |
| Hex | 28 | 5F | 8B | 47 | 20 | 0 | 2D | CF | 37 | 23 |
| Octal | 50 | 137 | 213 | 107 | 40 | 0 | 55 | 317 | 67 | 43 |
| Binary | 101000 | 1011111 | 10001011 | 1000111 | 100000 | 0 | 101101 | 11001111 | 110111 | 100011 |
Color Harmonies of #285F8B
Complementary color
Monochromatic Colors of #285F8B
Black with #285F8B
Text Example
Text Example
White with #285F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F8B; }
p { color: rgb(40,95,139); }
H1.HeaderClassName
{
color: #285F8B;
}
.AnyTagClassName
{
color: #285F8B;
}
</style>
background-color css
<style>
a { background-color: #285F8B; }
a { background-color: rgb(40,95,139); }
div.DivClassName
{
background-color: #285F8B;
}
.BgClassName
{
background-color: #285F8B;
}
</style>
border-color css
<style>
span { border-color: #285F8B; }
span { border-color: rgb(40,95,139); }
td.TdClassName
{
border-color: #285F8B;
}
.TagClassName
{
border-color: #285F8B;
}
</style>