Shades of Lochmara #336494
Tints of Lochmara #336494
RGB
CMYK
RGB Variations
Color information
#336494 (or 0x336494) is known color: Lochmara. HEX triplet: 33, 64 and 94. RGB value is (51,100,148). Sum of RGB (Red+Green+Blue) = 51+100+148=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #336494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336494 is #CC9B6B. Grayscale: #5A5A5A. Windows color (decimal): -13409132 or 9724979. OLE color: 9724979.
HSL color Cylindrical-coordinate representation of color #336494: hue angle of 209.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336494 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 100 | 148 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.42 |
| HSL | 209.69º | 0.49% | 0.39% | - |
| HSV(B) | 209.69º | 0.66% | 0.58% | - |
| XYZ | 11.27 | 11.96 | 29.73 | - |
| YUV | 90.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 148 | 0.66 | 0.32 | 0 | 0.42 | 209.69 | 0.49 | 0.39 |
| Hex | 33 | 64 | 94 | 42 | 20 | 0 | 2A | D2 | 31 | 27 |
| Octal | 63 | 144 | 224 | 102 | 40 | 0 | 52 | 322 | 61 | 47 |
| Binary | 110011 | 1100100 | 10010100 | 1000010 | 100000 | 0 | 101010 | 11010010 | 110001 | 100111 |
Color Harmonies of #336494
Complementary color
Monochromatic Colors of #336494
Black with #336494
Text Example
Text Example
White with #336494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336494; }
p { color: rgb(51,100,148); }
H1.HeaderClassName
{
color: #336494;
}
.AnyTagClassName
{
color: #336494;
}
</style>
background-color css
<style>
a { background-color: #336494; }
a { background-color: rgb(51,100,148); }
div.DivClassName
{
background-color: #336494;
}
.BgClassName
{
background-color: #336494;
}
</style>
border-color css
<style>
span { border-color: #336494; }
span { border-color: rgb(51,100,148); }
td.TdClassName
{
border-color: #336494;
}
.TagClassName
{
border-color: #336494;
}
</style>