Shades of Lochmara #336D9E
Tints of Lochmara #336D9E
RGB
CMYK
RGB Variations
Color information
#336D9E (or 0x336D9E) is known color: Lochmara. HEX triplet: 33, 6D and 9E. RGB value is (51,109,158). Sum of RGB (Red+Green+Blue) = 51+109+158=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #336D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D9E is #CC9261. Grayscale: #606060. Windows color (decimal): -13406818 or 10382643. OLE color: 10382643.
HSL color Cylindrical-coordinate representation of color #336D9E: hue angle of 207.48º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336D9E is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 109 | 158 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.38 |
| HSL | 207.48º | 0.51% | 0.41% | - |
| HSV(B) | 207.48º | 0.68% | 0.62% | - |
| XYZ | 13.01 | 14.11 | 34.39 | - |
| YUV | 97.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 158 | 0.68 | 0.31 | 0 | 0.38 | 207.48 | 0.51 | 0.41 |
| Hex | 33 | 6D | 9E | 44 | 1F | 0 | 26 | CF | 33 | 29 |
| Octal | 63 | 155 | 236 | 104 | 37 | 0 | 46 | 317 | 63 | 51 |
| Binary | 110011 | 1101101 | 10011110 | 1000100 | 11111 | 0 | 100110 | 11001111 | 110011 | 101001 |
Color Harmonies of #336D9E
Complementary color
Monochromatic Colors of #336D9E
Black with #336D9E
Text Example
Text Example
White with #336D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D9E; }
p { color: rgb(51,109,158); }
H1.HeaderClassName
{
color: #336D9E;
}
.AnyTagClassName
{
color: #336D9E;
}
</style>
background-color css
<style>
a { background-color: #336D9E; }
a { background-color: rgb(51,109,158); }
div.DivClassName
{
background-color: #336D9E;
}
.BgClassName
{
background-color: #336D9E;
}
</style>
border-color css
<style>
span { border-color: #336D9E; }
span { border-color: rgb(51,109,158); }
td.TdClassName
{
border-color: #336D9E;
}
.TagClassName
{
border-color: #336D9E;
}
</style>