Shades of Endeavour #285D9A
Tints of Endeavour #285D9A
RGB
CMYK
RGB Variations
Color information
#285D9A (or 0x285D9A) is known color: Endeavour. HEX triplet: 28, 5D and 9A. RGB value is (40,93,154). Sum of RGB (Red+Green+Blue) = 40+93+154=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #285D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D9A is #D7A265. Grayscale: #535353. Windows color (decimal): -14131814 or 10116392. OLE color: 10116392.
HSL color Cylindrical-coordinate representation of color #285D9A: hue angle of 212.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285D9A is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 93 | 154 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.40 |
| HSL | 212.11º | 0.59% | 0.38% | - |
| HSV(B) | 212.11º | 0.74% | 0.6% | - |
| XYZ | 10.62 | 10.61 | 32.06 | - |
| YUV | 84.11 | 167.44 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 154 | 0.74 | 0.40 | 0 | 0.40 | 212.11 | 0.59 | 0.38 |
| Hex | 28 | 5D | 9A | 4A | 28 | 0 | 28 | D4 | 3B | 26 |
| Octal | 50 | 135 | 232 | 112 | 50 | 0 | 50 | 324 | 73 | 46 |
| Binary | 101000 | 1011101 | 10011010 | 1001010 | 101000 | 0 | 101000 | 11010100 | 111011 | 100110 |
Color Harmonies of #285D9A
Complementary color
Monochromatic Colors of #285D9A
Black with #285D9A
Text Example
Text Example
White with #285D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D9A; }
p { color: rgb(40,93,154); }
H1.HeaderClassName
{
color: #285D9A;
}
.AnyTagClassName
{
color: #285D9A;
}
</style>
background-color css
<style>
a { background-color: #285D9A; }
a { background-color: rgb(40,93,154); }
div.DivClassName
{
background-color: #285D9A;
}
.BgClassName
{
background-color: #285D9A;
}
</style>
border-color css
<style>
span { border-color: #285D9A; }
span { border-color: rgb(40,93,154); }
td.TdClassName
{
border-color: #285D9A;
}
.TagClassName
{
border-color: #285D9A;
}
</style>