Shades of Lochmara #336AB7
Tints of Lochmara #336AB7
RGB
CMYK
RGB Variations
Color information
#336AB7 (or 0x336AB7) is known color: Lochmara. HEX triplet: 33, 6A and B7. RGB value is (51,106,183). Sum of RGB (Red+Green+Blue) = 51+106+183=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #336AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AB7 is #CC9548. Grayscale: #616161. Windows color (decimal): -13407561 or 12020275. OLE color: 12020275.
HSL color Cylindrical-coordinate representation of color #336AB7: hue angle of 215º degrees, saturation: 0.56, 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 #336AB7 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 106 | 183 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.28 |
| HSL | 215º | 0.56% | 0.46% | - |
| HSV(B) | 215º | 0.72% | 0.72% | - |
| XYZ | 15.07 | 14.43 | 46.79 | - |
| YUV | 98.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 183 | 0.72 | 0.42 | 0 | 0.28 | 215 | 0.56 | 0.46 |
| Hex | 33 | 6A | B7 | 48 | 2A | 0 | 1C | D7 | 38 | 2E |
| Octal | 63 | 152 | 267 | 110 | 52 | 0 | 34 | 327 | 70 | 56 |
| Binary | 110011 | 1101010 | 10110111 | 1001000 | 101010 | 0 | 11100 | 11010111 | 111000 | 101110 |
Color Harmonies of #336AB7
Complementary color
Monochromatic Colors of #336AB7
Black with #336AB7
Text Example
Text Example
White with #336AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AB7; }
p { color: rgb(51,106,183); }
H1.HeaderClassName
{
color: #336AB7;
}
.AnyTagClassName
{
color: #336AB7;
}
</style>
background-color css
<style>
a { background-color: #336AB7; }
a { background-color: rgb(51,106,183); }
div.DivClassName
{
background-color: #336AB7;
}
.BgClassName
{
background-color: #336AB7;
}
</style>
border-color css
<style>
span { border-color: #336AB7; }
span { border-color: rgb(51,106,183); }
td.TdClassName
{
border-color: #336AB7;
}
.TagClassName
{
border-color: #336AB7;
}
</style>