Shades of Lochmara #336BAA
Tints of Lochmara #336BAA
RGB
CMYK
RGB Variations
Color information
#336BAA (or 0x336BAA) is known color: Lochmara. HEX triplet: 33, 6B and AA. RGB value is (51,107,170). Sum of RGB (Red+Green+Blue) = 51+107+170=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #336BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336BAA is #CC9455. Grayscale: #616161. Windows color (decimal): -13407318 or 11168563. OLE color: 11168563.
HSL color Cylindrical-coordinate representation of color #336BAA: hue angle of 211.76º 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 #336BAA is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 107 | 170 | - |
| CMYK | 0.7 | 0.37 | 0 | 0.33 |
| HSL | 211.76º | 0.54% | 0.43% | - |
| HSV(B) | 211.76º | 0.7% | 0.67% | - |
| XYZ | 13.88 | 14.12 | 40.02 | - |
| YUV | 97.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 170 | 0.7 | 0.37 | 0 | 0.33 | 211.76 | 0.54 | 0.43 |
| Hex | 33 | 6B | AA | 46 | 25 | 0 | 21 | D4 | 36 | 2B |
| Octal | 63 | 153 | 252 | 106 | 45 | 0 | 41 | 324 | 66 | 53 |
| Binary | 110011 | 1101011 | 10101010 | 1000110 | 100101 | 0 | 100001 | 11010100 | 110110 | 101011 |
Color Harmonies of #336BAA
Complementary color
Monochromatic Colors of #336BAA
Black with #336BAA
Text Example
Text Example
White with #336BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336BAA; }
p { color: rgb(51,107,170); }
H1.HeaderClassName
{
color: #336BAA;
}
.AnyTagClassName
{
color: #336BAA;
}
</style>
background-color css
<style>
a { background-color: #336BAA; }
a { background-color: rgb(51,107,170); }
div.DivClassName
{
background-color: #336BAA;
}
.BgClassName
{
background-color: #336BAA;
}
</style>
border-color css
<style>
span { border-color: #336BAA; }
span { border-color: rgb(51,107,170); }
td.TdClassName
{
border-color: #336BAA;
}
.TagClassName
{
border-color: #336BAA;
}
</style>