Shades of Lochmara #336AAA
Tints of Lochmara #336AAA
RGB
CMYK
RGB Variations
Color information
#336AAA (or 0x336AAA) is known color: Lochmara. HEX triplet: 33, 6A and AA. RGB value is (51,106,170). Sum of RGB (Red+Green+Blue) = 51+106+170=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #336AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAA is #CC9555. Grayscale: #606060. Windows color (decimal): -13407574 or 11168307. OLE color: 11168307.
HSL color Cylindrical-coordinate representation of color #336AAA: hue angle of 212.27º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336AAA is Cyan = 0.7, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 106 | 170 | - |
| CMYK | 0.7 | 0.38 | 0 | 0.33 |
| HSL | 212.27º | 0.54% | 0.43% | - |
| HSV(B) | 212.27º | 0.7% | 0.67% | - |
| XYZ | 13.77 | 13.91 | 39.99 | - |
| YUV | 96.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 170 | 0.7 | 0.38 | 0 | 0.33 | 212.27 | 0.54 | 0.43 |
| Hex | 33 | 6A | AA | 46 | 26 | 0 | 21 | D4 | 36 | 2B |
| Octal | 63 | 152 | 252 | 106 | 46 | 0 | 41 | 324 | 66 | 53 |
| Binary | 110011 | 1101010 | 10101010 | 1000110 | 100110 | 0 | 100001 | 11010100 | 110110 | 101011 |
Color Harmonies of #336AAA
Complementary color
Monochromatic Colors of #336AAA
Black with #336AAA
Text Example
Text Example
White with #336AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AAA; }
p { color: rgb(51,106,170); }
H1.HeaderClassName
{
color: #336AAA;
}
.AnyTagClassName
{
color: #336AAA;
}
</style>
background-color css
<style>
a { background-color: #336AAA; }
a { background-color: rgb(51,106,170); }
div.DivClassName
{
background-color: #336AAA;
}
.BgClassName
{
background-color: #336AAA;
}
</style>
border-color css
<style>
span { border-color: #336AAA; }
span { border-color: rgb(51,106,170); }
td.TdClassName
{
border-color: #336AAA;
}
.TagClassName
{
border-color: #336AAA;
}
</style>