Shades of Lochmara #336696
Tints of Lochmara #336696
RGB
CMYK
RGB Variations
Color information
#336696 (or 0x336696) is known color: Lochmara. HEX triplet: 33, 66 and 96. RGB value is (51,102,150). Sum of RGB (Red+Green+Blue) = 51+102+150=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #336696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336696 is #CC9969. Grayscale: #5B5B5B. Windows color (decimal): -13408618 or 9856563. OLE color: 9856563.
HSL color Cylindrical-coordinate representation of color #336696: hue angle of 209.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336696 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 102 | 150 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.41 |
| HSL | 209.09º | 0.49% | 0.39% | - |
| HSV(B) | 209.09º | 0.66% | 0.59% | - |
| XYZ | 11.62 | 12.41 | 30.64 | - |
| YUV | 92.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 150 | 0.66 | 0.32 | 0 | 0.41 | 209.09 | 0.49 | 0.39 |
| Hex | 33 | 66 | 96 | 42 | 20 | 0 | 29 | D1 | 31 | 27 |
| Octal | 63 | 146 | 226 | 102 | 40 | 0 | 51 | 321 | 61 | 47 |
| Binary | 110011 | 1100110 | 10010110 | 1000010 | 100000 | 0 | 101001 | 11010001 | 110001 | 100111 |
Color Harmonies of #336696
Complementary color
Monochromatic Colors of #336696
Black with #336696
Text Example
Text Example
White with #336696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336696; }
p { color: rgb(51,102,150); }
H1.HeaderClassName
{
color: #336696;
}
.AnyTagClassName
{
color: #336696;
}
</style>
background-color css
<style>
a { background-color: #336696; }
a { background-color: rgb(51,102,150); }
div.DivClassName
{
background-color: #336696;
}
.BgClassName
{
background-color: #336696;
}
</style>
border-color css
<style>
span { border-color: #336696; }
span { border-color: rgb(51,102,150); }
td.TdClassName
{
border-color: #336696;
}
.TagClassName
{
border-color: #336696;
}
</style>