Shades of Endeavour #335D8D
Tints of Endeavour #335D8D
RGB
CMYK
RGB Variations
Color information
#335D8D (or 0x335D8D) is known color: Endeavour. HEX triplet: 33, 5D and 8D. RGB value is (51,93,141). Sum of RGB (Red+Green+Blue) = 51+93+141=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #335D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8D is #CCA272. Grayscale: #555555. Windows color (decimal): -13410931 or 9264435. OLE color: 9264435.
HSL color Cylindrical-coordinate representation of color #335D8D: hue angle of 212º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #335D8D is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 93 | 141 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.45 |
| HSL | 212º | 0.47% | 0.38% | - |
| HSV(B) | 212º | 0.64% | 0.55% | - |
| XYZ | 10.09 | 10.46 | 26.69 | - |
| YUV | 85.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 141 | 0.64 | 0.34 | 0 | 0.45 | 212 | 0.47 | 0.38 |
| Hex | 33 | 5D | 8D | 40 | 22 | 0 | 2D | D4 | 2F | 26 |
| Octal | 63 | 135 | 215 | 100 | 42 | 0 | 55 | 324 | 57 | 46 |
| Binary | 110011 | 1011101 | 10001101 | 1000000 | 100010 | 0 | 101101 | 11010100 | 101111 | 100110 |
Color Harmonies of #335D8D
Complementary color
Monochromatic Colors of #335D8D
Black with #335D8D
Text Example
Text Example
White with #335D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D8D; }
p { color: rgb(51,93,141); }
H1.HeaderClassName
{
color: #335D8D;
}
.AnyTagClassName
{
color: #335D8D;
}
</style>
background-color css
<style>
a { background-color: #335D8D; }
a { background-color: rgb(51,93,141); }
div.DivClassName
{
background-color: #335D8D;
}
.BgClassName
{
background-color: #335D8D;
}
</style>
border-color css
<style>
span { border-color: #335D8D; }
span { border-color: rgb(51,93,141); }
td.TdClassName
{
border-color: #335D8D;
}
.TagClassName
{
border-color: #335D8D;
}
</style>