Shades of Lochmara #336DB9
Tints of Lochmara #336DB9
RGB
CMYK
RGB Variations
Color information
#336DB9 (or 0x336DB9) is known color: Lochmara. HEX triplet: 33, 6D and B9. RGB value is (51,109,185). Sum of RGB (Red+Green+Blue) = 51+109+185=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #336DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB9 is #CC9246. Grayscale: #636363. Windows color (decimal): -13406791 or 12152115. OLE color: 12152115.
HSL color Cylindrical-coordinate representation of color #336DB9: hue angle of 214.03º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336DB9 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 109 | 185 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.27 |
| HSL | 214.03º | 0.57% | 0.46% | - |
| HSV(B) | 214.03º | 0.72% | 0.73% | - |
| XYZ | 15.59 | 15.14 | 48 | - |
| YUV | 100.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 185 | 0.72 | 0.41 | 0 | 0.27 | 214.03 | 0.57 | 0.46 |
| Hex | 33 | 6D | B9 | 48 | 29 | 0 | 1B | D6 | 39 | 2E |
| Octal | 63 | 155 | 271 | 110 | 51 | 0 | 33 | 326 | 71 | 56 |
| Binary | 110011 | 1101101 | 10111001 | 1001000 | 101001 | 0 | 11011 | 11010110 | 111001 | 101110 |
Color Harmonies of #336DB9
Complementary color
Monochromatic Colors of #336DB9
Black with #336DB9
Text Example
Text Example
White with #336DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DB9; }
p { color: rgb(51,109,185); }
H1.HeaderClassName
{
color: #336DB9;
}
.AnyTagClassName
{
color: #336DB9;
}
</style>
background-color css
<style>
a { background-color: #336DB9; }
a { background-color: rgb(51,109,185); }
div.DivClassName
{
background-color: #336DB9;
}
.BgClassName
{
background-color: #336DB9;
}
</style>
border-color css
<style>
span { border-color: #336DB9; }
span { border-color: rgb(51,109,185); }
td.TdClassName
{
border-color: #336DB9;
}
.TagClassName
{
border-color: #336DB9;
}
</style>