Shades of Endeavour #335C8D
Tints of Endeavour #335C8D
RGB
CMYK
RGB Variations
Color information
#335C8D (or 0x335C8D) is known color: Endeavour. HEX triplet: 33, 5C and 8D. RGB value is (51,92,141). Sum of RGB (Red+Green+Blue) = 51+92+141=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #335C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C8D is #CCA372. Grayscale: #555555. Windows color (decimal): -13411187 or 9264179. OLE color: 9264179.
HSL color Cylindrical-coordinate representation of color #335C8D: hue angle of 212.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 #335C8D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 92 | 141 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.45 |
| HSL | 212.67º | 0.47% | 0.38% | - |
| HSV(B) | 212.67º | 0.64% | 0.55% | - |
| XYZ | 10 | 10.28 | 26.66 | - |
| YUV | 85.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 141 | 0.64 | 0.35 | 0 | 0.45 | 212.67 | 0.47 | 0.38 |
| Hex | 33 | 5C | 8D | 40 | 23 | 0 | 2D | D5 | 2F | 26 |
| Octal | 63 | 134 | 215 | 100 | 43 | 0 | 55 | 325 | 57 | 46 |
| Binary | 110011 | 1011100 | 10001101 | 1000000 | 100011 | 0 | 101101 | 11010101 | 101111 | 100110 |
Color Harmonies of #335C8D
Complementary color
Monochromatic Colors of #335C8D
Black with #335C8D
Text Example
Text Example
White with #335C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C8D; }
p { color: rgb(51,92,141); }
H1.HeaderClassName
{
color: #335C8D;
}
.AnyTagClassName
{
color: #335C8D;
}
</style>
background-color css
<style>
a { background-color: #335C8D; }
a { background-color: rgb(51,92,141); }
div.DivClassName
{
background-color: #335C8D;
}
.BgClassName
{
background-color: #335C8D;
}
</style>
border-color css
<style>
span { border-color: #335C8D; }
span { border-color: rgb(51,92,141); }
td.TdClassName
{
border-color: #335C8D;
}
.TagClassName
{
border-color: #335C8D;
}
</style>