Shades of Lochmara #336D99
Tints of Lochmara #336D99
RGB
CMYK
RGB Variations
Color information
#336D99 (or 0x336D99) is known color: Lochmara. HEX triplet: 33, 6D and 99. RGB value is (51,109,153). Sum of RGB (Red+Green+Blue) = 51+109+153=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #336D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D99 is #CC9266. Grayscale: #606060. Windows color (decimal): -13406823 or 10054963. OLE color: 10054963.
HSL color Cylindrical-coordinate representation of color #336D99: hue angle of 205.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336D99 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 109 | 153 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.4 |
| HSL | 205.88º | 0.5% | 0.4% | - |
| HSV(B) | 205.88º | 0.67% | 0.6% | - |
| XYZ | 12.58 | 13.94 | 32.16 | - |
| YUV | 96.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 153 | 0.67 | 0.29 | 0 | 0.4 | 205.88 | 0.5 | 0.4 |
| Hex | 33 | 6D | 99 | 43 | 1D | 0 | 28 | CE | 32 | 28 |
| Octal | 63 | 155 | 231 | 103 | 35 | 0 | 50 | 316 | 62 | 50 |
| Binary | 110011 | 1101101 | 10011001 | 1000011 | 11101 | 0 | 101000 | 11001110 | 110010 | 101000 |
Color Harmonies of #336D99
Complementary color
Monochromatic Colors of #336D99
Black with #336D99
Text Example
Text Example
White with #336D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D99; }
p { color: rgb(51,109,153); }
H1.HeaderClassName
{
color: #336D99;
}
.AnyTagClassName
{
color: #336D99;
}
</style>
background-color css
<style>
a { background-color: #336D99; }
a { background-color: rgb(51,109,153); }
div.DivClassName
{
background-color: #336D99;
}
.BgClassName
{
background-color: #336D99;
}
</style>
border-color css
<style>
span { border-color: #336D99; }
span { border-color: rgb(51,109,153); }
td.TdClassName
{
border-color: #336D99;
}
.TagClassName
{
border-color: #336D99;
}
</style>