Shades of Endeavour #335D8C
Tints of Endeavour #335D8C
RGB
CMYK
RGB Variations
Color information
#335D8C (or 0x335D8C) is known color: Endeavour. HEX triplet: 33, 5D and 8C. RGB value is (51,93,140). Sum of RGB (Red+Green+Blue) = 51+93+140=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #335D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D8C is #CCA273. Grayscale: #555555. Windows color (decimal): -13410932 or 9198899. OLE color: 9198899.
HSL color Cylindrical-coordinate representation of color #335D8C: hue angle of 211.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #335D8C is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 93 | 140 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.45 |
| HSL | 211.69º | 0.47% | 0.37% | - |
| HSV(B) | 211.69º | 0.64% | 0.55% | - |
| XYZ | 10.01 | 10.43 | 26.3 | - |
| YUV | 85.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 93 | 140 | 0.64 | 0.34 | 0 | 0.45 | 211.69 | 0.47 | 0.37 |
| Hex | 33 | 5D | 8C | 40 | 22 | 0 | 2D | D4 | 2F | 25 |
| Octal | 63 | 135 | 214 | 100 | 42 | 0 | 55 | 324 | 57 | 45 |
| Binary | 110011 | 1011101 | 10001100 | 1000000 | 100010 | 0 | 101101 | 11010100 | 101111 | 100101 |
Color Harmonies of #335D8C
Complementary color
Monochromatic Colors of #335D8C
Black with #335D8C
Text Example
Text Example
White with #335D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335D8C; }
p { color: rgb(51,93,140); }
H1.HeaderClassName
{
color: #335D8C;
}
.AnyTagClassName
{
color: #335D8C;
}
</style>
background-color css
<style>
a { background-color: #335D8C; }
a { background-color: rgb(51,93,140); }
div.DivClassName
{
background-color: #335D8C;
}
.BgClassName
{
background-color: #335D8C;
}
</style>
border-color css
<style>
span { border-color: #335D8C; }
span { border-color: rgb(51,93,140); }
td.TdClassName
{
border-color: #335D8C;
}
.TagClassName
{
border-color: #335D8C;
}
</style>