Shades of Endeavour #336491
Tints of Endeavour #336491
RGB
CMYK
RGB Variations
Color information
#336491 (or 0x336491) is known color: Endeavour. HEX triplet: 33, 64 and 91. RGB value is (51,100,145). Sum of RGB (Red+Green+Blue) = 51+100+145=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #336491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336491 is #CC9B6E. Grayscale: #5A5A5A. Windows color (decimal): -13409135 or 9528371. OLE color: 9528371.
HSL color Cylindrical-coordinate representation of color #336491: hue angle of 208.72º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336491 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 100 | 145 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.43 |
| HSL | 208.72º | 0.48% | 0.38% | - |
| HSV(B) | 208.72º | 0.65% | 0.57% | - |
| XYZ | 11.03 | 11.86 | 28.5 | - |
| YUV | 90.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 145 | 0.65 | 0.31 | 0 | 0.43 | 208.72 | 0.48 | 0.38 |
| Hex | 33 | 64 | 91 | 41 | 1F | 0 | 2B | D1 | 30 | 26 |
| Octal | 63 | 144 | 221 | 101 | 37 | 0 | 53 | 321 | 60 | 46 |
| Binary | 110011 | 1100100 | 10010001 | 1000001 | 11111 | 0 | 101011 | 11010001 | 110000 | 100110 |
Color Harmonies of #336491
Complementary color
Monochromatic Colors of #336491
Black with #336491
Text Example
Text Example
White with #336491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336491; }
p { color: rgb(51,100,145); }
H1.HeaderClassName
{
color: #336491;
}
.AnyTagClassName
{
color: #336491;
}
</style>
background-color css
<style>
a { background-color: #336491; }
a { background-color: rgb(51,100,145); }
div.DivClassName
{
background-color: #336491;
}
.BgClassName
{
background-color: #336491;
}
</style>
border-color css
<style>
span { border-color: #336491; }
span { border-color: rgb(51,100,145); }
td.TdClassName
{
border-color: #336491;
}
.TagClassName
{
border-color: #336491;
}
</style>