Shades of Endeavour #336190
Tints of Endeavour #336190
RGB
CMYK
RGB Variations
Color information
#336190 (or 0x336190) is known color: Endeavour. HEX triplet: 33, 61 and 90. RGB value is (51,97,144). Sum of RGB (Red+Green+Blue) = 51+97+144=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #336190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336190 is #CC9E6F. Grayscale: #585858. Windows color (decimal): -13409904 or 9462067. OLE color: 9462067.
HSL color Cylindrical-coordinate representation of color #336190: hue angle of 210.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336190 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 97 | 144 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.44 |
| HSL | 210.32º | 0.48% | 0.38% | - |
| HSV(B) | 210.32º | 0.65% | 0.56% | - |
| XYZ | 10.67 | 11.27 | 28 | - |
| YUV | 88.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 144 | 0.65 | 0.33 | 0 | 0.44 | 210.32 | 0.48 | 0.38 |
| Hex | 33 | 61 | 90 | 41 | 21 | 0 | 2C | D2 | 30 | 26 |
| Octal | 63 | 141 | 220 | 101 | 41 | 0 | 54 | 322 | 60 | 46 |
| Binary | 110011 | 1100001 | 10010000 | 1000001 | 100001 | 0 | 101100 | 11010010 | 110000 | 100110 |
Color Harmonies of #336190
Complementary color
Monochromatic Colors of #336190
Black with #336190
Text Example
Text Example
White with #336190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336190; }
p { color: rgb(51,97,144); }
H1.HeaderClassName
{
color: #336190;
}
.AnyTagClassName
{
color: #336190;
}
</style>
background-color css
<style>
a { background-color: #336190; }
a { background-color: rgb(51,97,144); }
div.DivClassName
{
background-color: #336190;
}
.BgClassName
{
background-color: #336190;
}
</style>
border-color css
<style>
span { border-color: #336190; }
span { border-color: rgb(51,97,144); }
td.TdClassName
{
border-color: #336190;
}
.TagClassName
{
border-color: #336190;
}
</style>