Shades of Endeavour #335D89
Tints of Endeavour #335D89
RGB
CMYK
RGB Variations
Color information
#335D89 (or 0x335D89) is known color: Endeavour. HEX triplet: 33, 5D and 89. RGB value is (51,93,137). Sum of RGB (Red+Green+Blue) = 51+93+137=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #335D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D89 is #CCA276. Grayscale: #555555. Windows color (decimal): -13410935 or 9002291. OLE color: 9002291.
HSL color Cylindrical-coordinate representation of color #335D89: hue angle of 210.7º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335D89 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 93 | 137 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.46 |
| HSL | 210.7º | 0.46% | 0.37% | - |
| HSV(B) | 210.7º | 0.63% | 0.54% | - |
| XYZ | 9.79 | 10.34 | 25.15 | - |
| YUV | 85.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 137 | 0.63 | 0.32 | 0 | 0.46 | 210.7 | 0.46 | 0.37 |
| Hex | 33 | 5D | 89 | 3F | 20 | 0 | 2E | D3 | 2E | 25 |
| Octal | 63 | 135 | 211 | 77 | 40 | 0 | 56 | 323 | 56 | 45 |
| Binary | 110011 | 1011101 | 10001001 | 111111 | 100000 | 0 | 101110 | 11010011 | 101110 | 100101 |
Color Harmonies of #335D89
Complementary color
Monochromatic Colors of #335D89
Black with #335D89
Text Example
Text Example
White with #335D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D89; }
p { color: rgb(51,93,137); }
H1.HeaderClassName
{
color: #335D89;
}
.AnyTagClassName
{
color: #335D89;
}
</style>
background-color css
<style>
a { background-color: #335D89; }
a { background-color: rgb(51,93,137); }
div.DivClassName
{
background-color: #335D89;
}
.BgClassName
{
background-color: #335D89;
}
</style>
border-color css
<style>
span { border-color: #335D89; }
span { border-color: rgb(51,93,137); }
td.TdClassName
{
border-color: #335D89;
}
.TagClassName
{
border-color: #335D89;
}
</style>