Shades of Endeavour #285483
Tints of Endeavour #285483
RGB
CMYK
RGB Variations
Color information
#285483 (or 0x285483) is known color: Endeavour. HEX triplet: 28, 54 and 83. RGB value is (40,84,131). Sum of RGB (Red+Green+Blue) = 40+84+131=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #285483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285483 is #D7AB7C. Grayscale: #4B4B4B. Windows color (decimal): -14134141 or 8606760. OLE color: 8606760.
HSL color Cylindrical-coordinate representation of color #285483: hue angle of 210.99º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285483 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 84 | 131 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.49 |
| HSL | 210.99º | 0.53% | 0.34% | - |
| HSV(B) | 210.99º | 0.69% | 0.51% | - |
| XYZ | 8.14 | 8.43 | 22.67 | - |
| YUV | 76.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 131 | 0.69 | 0.36 | 0 | 0.49 | 210.99 | 0.53 | 0.34 |
| Hex | 28 | 54 | 83 | 45 | 24 | 0 | 31 | D3 | 35 | 22 |
| Octal | 50 | 124 | 203 | 105 | 44 | 0 | 61 | 323 | 65 | 42 |
| Binary | 101000 | 1010100 | 10000011 | 1000101 | 100100 | 0 | 110001 | 11010011 | 110101 | 100010 |
Color Harmonies of #285483
Complementary color
Monochromatic Colors of #285483
Black with #285483
Text Example
Text Example
White with #285483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285483; }
p { color: rgb(40,84,131); }
H1.HeaderClassName
{
color: #285483;
}
.AnyTagClassName
{
color: #285483;
}
</style>
background-color css
<style>
a { background-color: #285483; }
a { background-color: rgb(40,84,131); }
div.DivClassName
{
background-color: #285483;
}
.BgClassName
{
background-color: #285483;
}
</style>
border-color css
<style>
span { border-color: #285483; }
span { border-color: rgb(40,84,131); }
td.TdClassName
{
border-color: #285483;
}
.TagClassName
{
border-color: #285483;
}
</style>