Shades of Lochmara #336396
Tints of Lochmara #336396
RGB
CMYK
RGB Variations
Color information
#336396 (or 0x336396) is known color: Lochmara. HEX triplet: 33, 63 and 96. RGB value is (51,99,150). Sum of RGB (Red+Green+Blue) = 51+99+150=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #336396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336396 is #CC9C69. Grayscale: #5A5A5A. Windows color (decimal): -13409386 or 9855795. OLE color: 9855795.
HSL color Cylindrical-coordinate representation of color #336396: hue angle of 210.91º 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 #336396 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 99 | 150 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.41 |
| HSL | 210.91º | 0.49% | 0.39% | - |
| HSV(B) | 210.91º | 0.66% | 0.59% | - |
| XYZ | 11.33 | 11.83 | 30.54 | - |
| YUV | 90.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 150 | 0.66 | 0.34 | 0 | 0.41 | 210.91 | 0.49 | 0.39 |
| Hex | 33 | 63 | 96 | 42 | 22 | 0 | 29 | D3 | 31 | 27 |
| Octal | 63 | 143 | 226 | 102 | 42 | 0 | 51 | 323 | 61 | 47 |
| Binary | 110011 | 1100011 | 10010110 | 1000010 | 100010 | 0 | 101001 | 11010011 | 110001 | 100111 |
Color Harmonies of #336396
Complementary color
Monochromatic Colors of #336396
Black with #336396
Text Example
Text Example
White with #336396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336396; }
p { color: rgb(51,99,150); }
H1.HeaderClassName
{
color: #336396;
}
.AnyTagClassName
{
color: #336396;
}
</style>
background-color css
<style>
a { background-color: #336396; }
a { background-color: rgb(51,99,150); }
div.DivClassName
{
background-color: #336396;
}
.BgClassName
{
background-color: #336396;
}
</style>
border-color css
<style>
span { border-color: #336396; }
span { border-color: rgb(51,99,150); }
td.TdClassName
{
border-color: #336396;
}
.TagClassName
{
border-color: #336396;
}
</style>