Shades of Lochmara #336DB8
Tints of Lochmara #336DB8
RGB
CMYK
RGB Variations
Color information
#336DB8 (or 0x336DB8) is known color: Lochmara. HEX triplet: 33, 6D and B8. RGB value is (51,109,184). Sum of RGB (Red+Green+Blue) = 51+109+184=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #336DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB8 is #CC9247. Grayscale: #636363. Windows color (decimal): -13406792 or 12086579. OLE color: 12086579.
HSL color Cylindrical-coordinate representation of color #336DB8: hue angle of 213.83º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #336DB8 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 109 | 184 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.28 |
| HSL | 213.83º | 0.57% | 0.46% | - |
| HSV(B) | 213.83º | 0.72% | 0.72% | - |
| XYZ | 15.49 | 15.1 | 47.45 | - |
| YUV | 100.21 | 175.28 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 184 | 0.72 | 0.41 | 0 | 0.28 | 213.83 | 0.57 | 0.46 |
| Hex | 33 | 6D | B8 | 48 | 29 | 0 | 1C | D6 | 39 | 2E |
| Octal | 63 | 155 | 270 | 110 | 51 | 0 | 34 | 326 | 71 | 56 |
| Binary | 110011 | 1101101 | 10111000 | 1001000 | 101001 | 0 | 11100 | 11010110 | 111001 | 101110 |
Color Harmonies of #336DB8
Complementary color
Monochromatic Colors of #336DB8
Black with #336DB8
Text Example
Text Example
White with #336DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DB8; }
p { color: rgb(51,109,184); }
H1.HeaderClassName
{
color: #336DB8;
}
.AnyTagClassName
{
color: #336DB8;
}
</style>
background-color css
<style>
a { background-color: #336DB8; }
a { background-color: rgb(51,109,184); }
div.DivClassName
{
background-color: #336DB8;
}
.BgClassName
{
background-color: #336DB8;
}
</style>
border-color css
<style>
span { border-color: #336DB8; }
span { border-color: rgb(51,109,184); }
td.TdClassName
{
border-color: #336DB8;
}
.TagClassName
{
border-color: #336DB8;
}
</style>