Shades of Endeavour #335B8D
Tints of Endeavour #335B8D
RGB
CMYK
RGB Variations
Color information
#335B8D (or 0x335B8D) is known color: Endeavour. HEX triplet: 33, 5B and 8D. RGB value is (51,91,141). Sum of RGB (Red+Green+Blue) = 51+91+141=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #335B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B8D is #CCA472. Grayscale: #545454. Windows color (decimal): -13411443 or 9263923. OLE color: 9263923.
HSL color Cylindrical-coordinate representation of color #335B8D: hue angle of 213.33º 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 #335B8D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 91 | 141 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.45 |
| HSL | 213.33º | 0.47% | 0.38% | - |
| HSV(B) | 213.33º | 0.64% | 0.55% | - |
| XYZ | 9.91 | 10.11 | 26.63 | - |
| YUV | 84.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 141 | 0.64 | 0.35 | 0 | 0.45 | 213.33 | 0.47 | 0.38 |
| Hex | 33 | 5B | 8D | 40 | 23 | 0 | 2D | D5 | 2F | 26 |
| Octal | 63 | 133 | 215 | 100 | 43 | 0 | 55 | 325 | 57 | 46 |
| Binary | 110011 | 1011011 | 10001101 | 1000000 | 100011 | 0 | 101101 | 11010101 | 101111 | 100110 |
Color Harmonies of #335B8D
Complementary color
Monochromatic Colors of #335B8D
Black with #335B8D
Text Example
Text Example
White with #335B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B8D; }
p { color: rgb(51,91,141); }
H1.HeaderClassName
{
color: #335B8D;
}
.AnyTagClassName
{
color: #335B8D;
}
</style>
background-color css
<style>
a { background-color: #335B8D; }
a { background-color: rgb(51,91,141); }
div.DivClassName
{
background-color: #335B8D;
}
.BgClassName
{
background-color: #335B8D;
}
</style>
border-color css
<style>
span { border-color: #335B8D; }
span { border-color: rgb(51,91,141); }
td.TdClassName
{
border-color: #335B8D;
}
.TagClassName
{
border-color: #335B8D;
}
</style>