Shades of Endeavour #285B90
Tints of Endeavour #285B90
RGB
CMYK
RGB Variations
Color information
#285B90 (or 0x285B90) is known color: Endeavour. HEX triplet: 28, 5B and 90. RGB value is (40,91,144). Sum of RGB (Red+Green+Blue) = 40+91+144=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #285B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B90 is #D7A46F. Grayscale: #515151. Windows color (decimal): -14132336 or 9460520. OLE color: 9460520.
HSL color Cylindrical-coordinate representation of color #285B90: hue angle of 210.58º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285B90 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 91 | 144 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.44 |
| HSL | 210.58º | 0.57% | 0.36% | - |
| HSV(B) | 210.58º | 0.72% | 0.56% | - |
| XYZ | 9.65 | 9.95 | 27.8 | - |
| YUV | 81.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 144 | 0.72 | 0.37 | 0 | 0.44 | 210.58 | 0.57 | 0.36 |
| Hex | 28 | 5B | 90 | 48 | 25 | 0 | 2C | D3 | 39 | 24 |
| Octal | 50 | 133 | 220 | 110 | 45 | 0 | 54 | 323 | 71 | 44 |
| Binary | 101000 | 1011011 | 10010000 | 1001000 | 100101 | 0 | 101100 | 11010011 | 111001 | 100100 |
Color Harmonies of #285B90
Complementary color
Monochromatic Colors of #285B90
Black with #285B90
Text Example
Text Example
White with #285B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B90; }
p { color: rgb(40,91,144); }
H1.HeaderClassName
{
color: #285B90;
}
.AnyTagClassName
{
color: #285B90;
}
</style>
background-color css
<style>
a { background-color: #285B90; }
a { background-color: rgb(40,91,144); }
div.DivClassName
{
background-color: #285B90;
}
.BgClassName
{
background-color: #285B90;
}
</style>
border-color css
<style>
span { border-color: #285B90; }
span { border-color: rgb(40,91,144); }
td.TdClassName
{
border-color: #285B90;
}
.TagClassName
{
border-color: #285B90;
}
</style>