Shades of Lochmara #336EAA
Tints of Lochmara #336EAA
RGB
CMYK
RGB Variations
Color information
#336EAA (or 0x336EAA) is known color: Lochmara. HEX triplet: 33, 6E and AA. RGB value is (51,110,170). Sum of RGB (Red+Green+Blue) = 51+110+170=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #336EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EAA is #CC9155. Grayscale: #626262. Windows color (decimal): -13406550 or 11169331. OLE color: 11169331.
HSL color Cylindrical-coordinate representation of color #336EAA: hue angle of 210.25º 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 #336EAA is Cyan = 0.7, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 110 | 170 | - |
| CMYK | 0.7 | 0.35 | 0 | 0.33 |
| HSL | 210.25º | 0.54% | 0.43% | - |
| HSV(B) | 210.25º | 0.7% | 0.67% | - |
| XYZ | 14.2 | 14.76 | 40.13 | - |
| YUV | 99.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 170 | 0.7 | 0.35 | 0 | 0.33 | 210.25 | 0.54 | 0.43 |
| Hex | 33 | 6E | AA | 46 | 23 | 0 | 21 | D2 | 36 | 2B |
| Octal | 63 | 156 | 252 | 106 | 43 | 0 | 41 | 322 | 66 | 53 |
| Binary | 110011 | 1101110 | 10101010 | 1000110 | 100011 | 0 | 100001 | 11010010 | 110110 | 101011 |
Color Harmonies of #336EAA
Complementary color
Monochromatic Colors of #336EAA
Black with #336EAA
Text Example
Text Example
White with #336EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EAA; }
p { color: rgb(51,110,170); }
H1.HeaderClassName
{
color: #336EAA;
}
.AnyTagClassName
{
color: #336EAA;
}
</style>
background-color css
<style>
a { background-color: #336EAA; }
a { background-color: rgb(51,110,170); }
div.DivClassName
{
background-color: #336EAA;
}
.BgClassName
{
background-color: #336EAA;
}
</style>
border-color css
<style>
span { border-color: #336EAA; }
span { border-color: rgb(51,110,170); }
td.TdClassName
{
border-color: #336EAA;
}
.TagClassName
{
border-color: #336EAA;
}
</style>