Shades of Lochmara #3371AB
Tints of Lochmara #3371AB
RGB
CMYK
RGB Variations
Color information
#3371AB (or 0x3371AB) is known color: Lochmara. HEX triplet: 33, 71 and AB. RGB value is (51,113,171). Sum of RGB (Red+Green+Blue) = 51+113+171=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #3371AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3371AB is #CC8E54. Grayscale: #646464. Windows color (decimal): -13405781 or 11235635. OLE color: 11235635.
HSL color Cylindrical-coordinate representation of color #3371AB: hue angle of 209º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3371AB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 113 | 171 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.33 |
| HSL | 209º | 0.54% | 0.44% | - |
| HSV(B) | 209º | 0.7% | 0.67% | - |
| XYZ | 14.62 | 15.45 | 40.74 | - |
| YUV | 101.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 171 | 0.70 | 0.34 | 0 | 0.33 | 209 | 0.54 | 0.44 |
| Hex | 33 | 71 | AB | 46 | 22 | 0 | 21 | D1 | 36 | 2C |
| Octal | 63 | 161 | 253 | 106 | 42 | 0 | 41 | 321 | 66 | 54 |
| Binary | 110011 | 1110001 | 10101011 | 1000110 | 100010 | 0 | 100001 | 11010001 | 110110 | 101100 |
Color Harmonies of #3371AB
Complementary color
Monochromatic Colors of #3371AB
Black with #3371AB
Text Example
Text Example
White with #3371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3371AB; }
p { color: rgb(51,113,171); }
H1.HeaderClassName
{
color: #3371AB;
}
.AnyTagClassName
{
color: #3371AB;
}
</style>
background-color css
<style>
a { background-color: #3371AB; }
a { background-color: rgb(51,113,171); }
div.DivClassName
{
background-color: #3371AB;
}
.BgClassName
{
background-color: #3371AB;
}
</style>
border-color css
<style>
span { border-color: #3371AB; }
span { border-color: rgb(51,113,171); }
td.TdClassName
{
border-color: #3371AB;
}
.TagClassName
{
border-color: #3371AB;
}
</style>