Shades of Lochmara #336DAC
Tints of Lochmara #336DAC
RGB
CMYK
RGB Variations
Color information
#336DAC (or 0x336DAC) is known color: Lochmara. HEX triplet: 33, 6D and AC. RGB value is (51,109,172). Sum of RGB (Red+Green+Blue) = 51+109+172=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #336DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336DAC is #CC9253. Grayscale: #626262. Windows color (decimal): -13406804 or 11300147. OLE color: 11300147.
HSL color Cylindrical-coordinate representation of color #336DAC: hue angle of 211.24º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336DAC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 109 | 172 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.33 |
| HSL | 211.24º | 0.54% | 0.44% | - |
| HSV(B) | 211.24º | 0.7% | 0.67% | - |
| XYZ | 14.28 | 14.62 | 41.1 | - |
| YUV | 98.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 172 | 0.70 | 0.37 | 0 | 0.33 | 211.24 | 0.54 | 0.44 |
| Hex | 33 | 6D | AC | 46 | 25 | 0 | 21 | D3 | 36 | 2C |
| Octal | 63 | 155 | 254 | 106 | 45 | 0 | 41 | 323 | 66 | 54 |
| Binary | 110011 | 1101101 | 10101100 | 1000110 | 100101 | 0 | 100001 | 11010011 | 110110 | 101100 |
Color Harmonies of #336DAC
Complementary color
Monochromatic Colors of #336DAC
Black with #336DAC
Text Example
Text Example
White with #336DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DAC; }
p { color: rgb(51,109,172); }
H1.HeaderClassName
{
color: #336DAC;
}
.AnyTagClassName
{
color: #336DAC;
}
</style>
background-color css
<style>
a { background-color: #336DAC; }
a { background-color: rgb(51,109,172); }
div.DivClassName
{
background-color: #336DAC;
}
.BgClassName
{
background-color: #336DAC;
}
</style>
border-color css
<style>
span { border-color: #336DAC; }
span { border-color: rgb(51,109,172); }
td.TdClassName
{
border-color: #336DAC;
}
.TagClassName
{
border-color: #336DAC;
}
</style>