Shades of Endeavour #336590
Tints of Endeavour #336590
RGB
CMYK
RGB Variations
Color information
#336590 (or 0x336590) is known color: Endeavour. HEX triplet: 33, 65 and 90. RGB value is (51,101,144). Sum of RGB (Red+Green+Blue) = 51+101+144=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #336590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336590 is #CC9A6F. Grayscale: #5A5A5A. Windows color (decimal): -13408880 or 9463091. OLE color: 9463091.
HSL color Cylindrical-coordinate representation of color #336590: hue angle of 207.74º 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 #336590 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 101 | 144 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.44 |
| HSL | 207.74º | 0.48% | 0.38% | - |
| HSV(B) | 207.74º | 0.65% | 0.56% | - |
| XYZ | 11.05 | 12.02 | 28.12 | - |
| YUV | 90.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 144 | 0.65 | 0.30 | 0 | 0.44 | 207.74 | 0.48 | 0.38 |
| Hex | 33 | 65 | 90 | 41 | 1E | 0 | 2C | D0 | 30 | 26 |
| Octal | 63 | 145 | 220 | 101 | 36 | 0 | 54 | 320 | 60 | 46 |
| Binary | 110011 | 1100101 | 10010000 | 1000001 | 11110 | 0 | 101100 | 11010000 | 110000 | 100110 |
Color Harmonies of #336590
Complementary color
Monochromatic Colors of #336590
Black with #336590
Text Example
Text Example
White with #336590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336590; }
p { color: rgb(51,101,144); }
H1.HeaderClassName
{
color: #336590;
}
.AnyTagClassName
{
color: #336590;
}
</style>
background-color css
<style>
a { background-color: #336590; }
a { background-color: rgb(51,101,144); }
div.DivClassName
{
background-color: #336590;
}
.BgClassName
{
background-color: #336590;
}
</style>
border-color css
<style>
span { border-color: #336590; }
span { border-color: rgb(51,101,144); }
td.TdClassName
{
border-color: #336590;
}
.TagClassName
{
border-color: #336590;
}
</style>