Shades of Endeavour #335F8D
Tints of Endeavour #335F8D
RGB
CMYK
RGB Variations
Color information
#335F8D (or 0x335F8D) is known color: Endeavour. HEX triplet: 33, 5F and 8D. RGB value is (51,95,141). Sum of RGB (Red+Green+Blue) = 51+95+141=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #335F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F8D is #CCA072. Grayscale: #565656. Windows color (decimal): -13410419 or 9264947. OLE color: 9264947.
HSL color Cylindrical-coordinate representation of color #335F8D: hue angle of 210.67º 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 #335F8D is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 95 | 141 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.45 |
| HSL | 210.67º | 0.47% | 0.38% | - |
| HSV(B) | 210.67º | 0.64% | 0.55% | - |
| XYZ | 10.27 | 10.81 | 26.75 | - |
| YUV | 87.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 95 | 141 | 0.64 | 0.33 | 0 | 0.45 | 210.67 | 0.47 | 0.38 |
| Hex | 33 | 5F | 8D | 40 | 21 | 0 | 2D | D3 | 2F | 26 |
| Octal | 63 | 137 | 215 | 100 | 41 | 0 | 55 | 323 | 57 | 46 |
| Binary | 110011 | 1011111 | 10001101 | 1000000 | 100001 | 0 | 101101 | 11010011 | 101111 | 100110 |
Color Harmonies of #335F8D
Complementary color
Monochromatic Colors of #335F8D
Black with #335F8D
Text Example
Text Example
White with #335F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335F8D; }
p { color: rgb(51,95,141); }
H1.HeaderClassName
{
color: #335F8D;
}
.AnyTagClassName
{
color: #335F8D;
}
</style>
background-color css
<style>
a { background-color: #335F8D; }
a { background-color: rgb(51,95,141); }
div.DivClassName
{
background-color: #335F8D;
}
.BgClassName
{
background-color: #335F8D;
}
</style>
border-color css
<style>
span { border-color: #335F8D; }
span { border-color: rgb(51,95,141); }
td.TdClassName
{
border-color: #335F8D;
}
.TagClassName
{
border-color: #335F8D;
}
</style>