Shades of Lochmara #3277A1
Tints of Lochmara #3277A1
RGB
CMYK
RGB Variations
Color information
#3277A1 (or 0x3277A1) is known color: Lochmara. HEX triplet: 32, 77 and A1. RGB value is (50,119,161). Sum of RGB (Red+Green+Blue) = 50+119+161=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 161 - color contains mainly: blue. Hex color #3277A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3277A1 is #CD885E. Grayscale: #666666. Windows color (decimal): -13469791 or 10581810. OLE color: 10581810.
HSL color Cylindrical-coordinate representation of color #3277A1: hue angle of 202.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3277A1 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 119 | 161 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.37 |
| HSL | 202.7º | 0.53% | 0.41% | - |
| HSV(B) | 202.7º | 0.69% | 0.63% | - |
| XYZ | 14.35 | 16.44 | 36.14 | - |
| YUV | 103.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 161 | 0.69 | 0.26 | 0 | 0.37 | 202.7 | 0.53 | 0.41 |
| Hex | 32 | 77 | A1 | 45 | 1A | 0 | 25 | CB | 35 | 29 |
| Octal | 62 | 167 | 241 | 105 | 32 | 0 | 45 | 313 | 65 | 51 |
| Binary | 110010 | 1110111 | 10100001 | 1000101 | 11010 | 0 | 100101 | 11001011 | 110101 | 101001 |
Color Harmonies of #3277A1
Complementary color
Monochromatic Colors of #3277A1
Black with #3277A1
Text Example
Text Example
White with #3277A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277A1; }
p { color: rgb(50,119,161); }
H1.HeaderClassName
{
color: #3277A1;
}
.AnyTagClassName
{
color: #3277A1;
}
</style>
background-color css
<style>
a { background-color: #3277A1; }
a { background-color: rgb(50,119,161); }
div.DivClassName
{
background-color: #3277A1;
}
.BgClassName
{
background-color: #3277A1;
}
</style>
border-color css
<style>
span { border-color: #3277A1; }
span { border-color: rgb(50,119,161); }
td.TdClassName
{
border-color: #3277A1;
}
.TagClassName
{
border-color: #3277A1;
}
</style>