Shades of Endeavour #336191
Tints of Endeavour #336191
RGB
CMYK
RGB Variations
Color information
#336191 (or 0x336191) is known color: Endeavour. HEX triplet: 33, 61 and 91. RGB value is (51,97,145). Sum of RGB (Red+Green+Blue) = 51+97+145=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #336191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336191 is #CC9E6E. Grayscale: #585858. Windows color (decimal): -13409903 or 9527603. OLE color: 9527603.
HSL color Cylindrical-coordinate representation of color #336191: hue angle of 210.64º 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 #336191 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 97 | 145 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.43 |
| HSL | 210.64º | 0.48% | 0.38% | - |
| HSV(B) | 210.64º | 0.65% | 0.57% | - |
| XYZ | 10.75 | 11.3 | 28.4 | - |
| YUV | 88.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 145 | 0.65 | 0.33 | 0 | 0.43 | 210.64 | 0.48 | 0.38 |
| Hex | 33 | 61 | 91 | 41 | 21 | 0 | 2B | D3 | 30 | 26 |
| Octal | 63 | 141 | 221 | 101 | 41 | 0 | 53 | 323 | 60 | 46 |
| Binary | 110011 | 1100001 | 10010001 | 1000001 | 100001 | 0 | 101011 | 11010011 | 110000 | 100110 |
Color Harmonies of #336191
Complementary color
Monochromatic Colors of #336191
Black with #336191
Text Example
Text Example
White with #336191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336191; }
p { color: rgb(51,97,145); }
H1.HeaderClassName
{
color: #336191;
}
.AnyTagClassName
{
color: #336191;
}
</style>
background-color css
<style>
a { background-color: #336191; }
a { background-color: rgb(51,97,145); }
div.DivClassName
{
background-color: #336191;
}
.BgClassName
{
background-color: #336191;
}
</style>
border-color css
<style>
span { border-color: #336191; }
span { border-color: rgb(51,97,145); }
td.TdClassName
{
border-color: #336191;
}
.TagClassName
{
border-color: #336191;
}
</style>