Shades of Lochmara #3376AD
Tints of Lochmara #3376AD
RGB
CMYK
RGB Variations
Color information
#3376AD (or 0x3376AD) is known color: Lochmara. HEX triplet: 33, 76 and AD. RGB value is (51,118,173). Sum of RGB (Red+Green+Blue) = 51+118+173=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #3376AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3376AD is #CC8952. Grayscale: #676767. Windows color (decimal): -13404499 or 11367987. OLE color: 11367987.
HSL color Cylindrical-coordinate representation of color #3376AD: hue angle of 207.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3376AD is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 118 | 173 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.32 |
| HSL | 207.05º | 0.54% | 0.44% | - |
| HSV(B) | 207.05º | 0.71% | 0.68% | - |
| XYZ | 15.39 | 16.68 | 41.94 | - |
| YUV | 104.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 173 | 0.71 | 0.32 | 0 | 0.32 | 207.05 | 0.54 | 0.44 |
| Hex | 33 | 76 | AD | 47 | 20 | 0 | 20 | CF | 36 | 2C |
| Octal | 63 | 166 | 255 | 107 | 40 | 0 | 40 | 317 | 66 | 54 |
| Binary | 110011 | 1110110 | 10101101 | 1000111 | 100000 | 0 | 100000 | 11001111 | 110110 | 101100 |
Color Harmonies of #3376AD
Complementary color
Monochromatic Colors of #3376AD
Black with #3376AD
Text Example
Text Example
White with #3376AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376AD; }
p { color: rgb(51,118,173); }
H1.HeaderClassName
{
color: #3376AD;
}
.AnyTagClassName
{
color: #3376AD;
}
</style>
background-color css
<style>
a { background-color: #3376AD; }
a { background-color: rgb(51,118,173); }
div.DivClassName
{
background-color: #3376AD;
}
.BgClassName
{
background-color: #3376AD;
}
</style>
border-color css
<style>
span { border-color: #3376AD; }
span { border-color: rgb(51,118,173); }
td.TdClassName
{
border-color: #3376AD;
}
.TagClassName
{
border-color: #3376AD;
}
</style>