Shades of Endeavour #285390
Tints of Endeavour #285390
RGB
CMYK
RGB Variations
Color information
#285390 (or 0x285390) is known color: Endeavour. HEX triplet: 28, 53 and 90. RGB value is (40,83,144). Sum of RGB (Red+Green+Blue) = 40+83+144=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #285390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285390 is #D7AC6F. Grayscale: #4C4C4C. Windows color (decimal): -14134384 or 9458472. OLE color: 9458472.
HSL color Cylindrical-coordinate representation of color #285390: hue angle of 215.19º 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 #285390 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 83 | 144 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.44 |
| HSL | 215.19º | 0.57% | 0.36% | - |
| HSV(B) | 215.19º | 0.72% | 0.56% | - |
| XYZ | 9 | 8.65 | 27.58 | - |
| YUV | 77.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 144 | 0.72 | 0.42 | 0 | 0.44 | 215.19 | 0.57 | 0.36 |
| Hex | 28 | 53 | 90 | 48 | 2A | 0 | 2C | D7 | 39 | 24 |
| Octal | 50 | 123 | 220 | 110 | 52 | 0 | 54 | 327 | 71 | 44 |
| Binary | 101000 | 1010011 | 10010000 | 1001000 | 101010 | 0 | 101100 | 11010111 | 111001 | 100100 |
Color Harmonies of #285390
Complementary color
Monochromatic Colors of #285390
Black with #285390
Text Example
Text Example
White with #285390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285390; }
p { color: rgb(40,83,144); }
H1.HeaderClassName
{
color: #285390;
}
.AnyTagClassName
{
color: #285390;
}
</style>
background-color css
<style>
a { background-color: #285390; }
a { background-color: rgb(40,83,144); }
div.DivClassName
{
background-color: #285390;
}
.BgClassName
{
background-color: #285390;
}
</style>
border-color css
<style>
span { border-color: #285390; }
span { border-color: rgb(40,83,144); }
td.TdClassName
{
border-color: #285390;
}
.TagClassName
{
border-color: #285390;
}
</style>