Shades of Endeavour #335992
Tints of Endeavour #335992
RGB
CMYK
RGB Variations
Color information
#335992 (or 0x335992) is known color: Endeavour. HEX triplet: 33, 59 and 92. RGB value is (51,89,146). Sum of RGB (Red+Green+Blue) = 51+89+146=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #335992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335992 is #CCA66D. Grayscale: #535353. Windows color (decimal): -13411950 or 9591091. OLE color: 9591091.
HSL color Cylindrical-coordinate representation of color #335992: hue angle of 216º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335992 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 89 | 146 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.43 |
| HSL | 216º | 0.48% | 0.39% | - |
| HSV(B) | 216º | 0.65% | 0.57% | - |
| XYZ | 10.13 | 9.92 | 28.58 | - |
| YUV | 84.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 146 | 0.65 | 0.39 | 0 | 0.43 | 216 | 0.48 | 0.39 |
| Hex | 33 | 59 | 92 | 41 | 27 | 0 | 2B | D8 | 30 | 27 |
| Octal | 63 | 131 | 222 | 101 | 47 | 0 | 53 | 330 | 60 | 47 |
| Binary | 110011 | 1011001 | 10010010 | 1000001 | 100111 | 0 | 101011 | 11011000 | 110000 | 100111 |
Color Harmonies of #335992
Complementary color
Monochromatic Colors of #335992
Black with #335992
Text Example
Text Example
White with #335992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335992; }
p { color: rgb(51,89,146); }
H1.HeaderClassName
{
color: #335992;
}
.AnyTagClassName
{
color: #335992;
}
</style>
background-color css
<style>
a { background-color: #335992; }
a { background-color: rgb(51,89,146); }
div.DivClassName
{
background-color: #335992;
}
.BgClassName
{
background-color: #335992;
}
</style>
border-color css
<style>
span { border-color: #335992; }
span { border-color: rgb(51,89,146); }
td.TdClassName
{
border-color: #335992;
}
.TagClassName
{
border-color: #335992;
}
</style>