Shades of Lochmara #336493
Tints of Lochmara #336493
RGB
CMYK
RGB Variations
Color information
#336493 (or 0x336493) is known color: Lochmara. HEX triplet: 33, 64 and 93. RGB value is (51,100,147). Sum of RGB (Red+Green+Blue) = 51+100+147=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #336493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336493 is #CC9B6C. Grayscale: #5A5A5A. Windows color (decimal): -13409133 or 9659443. OLE color: 9659443.
HSL color Cylindrical-coordinate representation of color #336493: hue angle of 209.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #336493 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 100 | 147 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.42 |
| HSL | 209.38º | 0.48% | 0.39% | - |
| HSV(B) | 209.38º | 0.65% | 0.58% | - |
| XYZ | 11.19 | 11.92 | 29.32 | - |
| YUV | 90.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 100 | 147 | 0.65 | 0.32 | 0 | 0.42 | 209.38 | 0.48 | 0.39 |
| Hex | 33 | 64 | 93 | 41 | 20 | 0 | 2A | D1 | 30 | 27 |
| Octal | 63 | 144 | 223 | 101 | 40 | 0 | 52 | 321 | 60 | 47 |
| Binary | 110011 | 1100100 | 10010011 | 1000001 | 100000 | 0 | 101010 | 11010001 | 110000 | 100111 |
Color Harmonies of #336493
Complementary color
Monochromatic Colors of #336493
Black with #336493
Text Example
Text Example
White with #336493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336493; }
p { color: rgb(51,100,147); }
H1.HeaderClassName
{
color: #336493;
}
.AnyTagClassName
{
color: #336493;
}
</style>
background-color css
<style>
a { background-color: #336493; }
a { background-color: rgb(51,100,147); }
div.DivClassName
{
background-color: #336493;
}
.BgClassName
{
background-color: #336493;
}
</style>
border-color css
<style>
span { border-color: #336493; }
span { border-color: rgb(51,100,147); }
td.TdClassName
{
border-color: #336493;
}
.TagClassName
{
border-color: #336493;
}
</style>