Shades of Lochmara #3376AA
Tints of Lochmara #3376AA
RGB
CMYK
RGB Variations
Color information
#3376AA (or 0x3376AA) is known color: Lochmara. HEX triplet: 33, 76 and AA. RGB value is (51,118,170). Sum of RGB (Red+Green+Blue) = 51+118+170=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #3376AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3376AA is #CC8955. Grayscale: #676767. Windows color (decimal): -13404502 or 11171379. OLE color: 11171379.
HSL color Cylindrical-coordinate representation of color #3376AA: hue angle of 206.22º 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 #3376AA is Cyan = 0.7, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 118 | 170 | - |
| CMYK | 0.7 | 0.31 | 0 | 0.33 |
| HSL | 206.22º | 0.54% | 0.43% | - |
| HSV(B) | 206.22º | 0.7% | 0.67% | - |
| XYZ | 15.1 | 16.56 | 40.43 | - |
| YUV | 103.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 170 | 0.7 | 0.31 | 0 | 0.33 | 206.22 | 0.54 | 0.43 |
| Hex | 33 | 76 | AA | 46 | 1F | 0 | 21 | CE | 36 | 2B |
| Octal | 63 | 166 | 252 | 106 | 37 | 0 | 41 | 316 | 66 | 53 |
| Binary | 110011 | 1110110 | 10101010 | 1000110 | 11111 | 0 | 100001 | 11001110 | 110110 | 101011 |
Color Harmonies of #3376AA
Complementary color
Monochromatic Colors of #3376AA
Black with #3376AA
Text Example
Text Example
White with #3376AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376AA; }
p { color: rgb(51,118,170); }
H1.HeaderClassName
{
color: #3376AA;
}
.AnyTagClassName
{
color: #3376AA;
}
</style>
background-color css
<style>
a { background-color: #3376AA; }
a { background-color: rgb(51,118,170); }
div.DivClassName
{
background-color: #3376AA;
}
.BgClassName
{
background-color: #3376AA;
}
</style>
border-color css
<style>
span { border-color: #3376AA; }
span { border-color: rgb(51,118,170); }
td.TdClassName
{
border-color: #3376AA;
}
.TagClassName
{
border-color: #3376AA;
}
</style>