Shades of Lochmara #336D98
Tints of Lochmara #336D98
RGB
CMYK
RGB Variations
Color information
#336D98 (or 0x336D98) is known color: Lochmara. HEX triplet: 33, 6D and 98. RGB value is (51,109,152). Sum of RGB (Red+Green+Blue) = 51+109+152=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #336D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D98 is #CC9267. Grayscale: #606060. Windows color (decimal): -13406824 or 9989427. OLE color: 9989427.
HSL color Cylindrical-coordinate representation of color #336D98: hue angle of 205.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336D98 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 109 | 152 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.40 |
| HSL | 205.54º | 0.5% | 0.4% | - |
| HSV(B) | 205.54º | 0.66% | 0.6% | - |
| XYZ | 12.5 | 13.91 | 31.73 | - |
| YUV | 96.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 152 | 0.66 | 0.28 | 0 | 0.40 | 205.54 | 0.5 | 0.4 |
| Hex | 33 | 6D | 98 | 42 | 1C | 0 | 28 | CE | 32 | 28 |
| Octal | 63 | 155 | 230 | 102 | 34 | 0 | 50 | 316 | 62 | 50 |
| Binary | 110011 | 1101101 | 10011000 | 1000010 | 11100 | 0 | 101000 | 11001110 | 110010 | 101000 |
Color Harmonies of #336D98
Complementary color
Monochromatic Colors of #336D98
Black with #336D98
Text Example
Text Example
White with #336D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D98; }
p { color: rgb(51,109,152); }
H1.HeaderClassName
{
color: #336D98;
}
.AnyTagClassName
{
color: #336D98;
}
</style>
background-color css
<style>
a { background-color: #336D98; }
a { background-color: rgb(51,109,152); }
div.DivClassName
{
background-color: #336D98;
}
.BgClassName
{
background-color: #336D98;
}
</style>
border-color css
<style>
span { border-color: #336D98; }
span { border-color: rgb(51,109,152); }
td.TdClassName
{
border-color: #336D98;
}
.TagClassName
{
border-color: #336D98;
}
</style>