Shades of Lochmara #327EA2
Tints of Lochmara #327EA2
RGB
CMYK
RGB Variations
Color information
#327EA2 (or 0x327EA2) is known color: Lochmara. HEX triplet: 32, 7E and A2. RGB value is (50,126,162). Sum of RGB (Red+Green+Blue) = 50+126+162=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #327EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327EA2 is #CD815D. Grayscale: #6B6B6B. Windows color (decimal): -13467998 or 10649138. OLE color: 10649138.
HSL color Cylindrical-coordinate representation of color #327EA2: hue angle of 199.29º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327EA2 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 126 | 162 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.36 |
| HSL | 199.29º | 0.53% | 0.42% | - |
| HSV(B) | 199.29º | 0.69% | 0.64% | - |
| XYZ | 15.3 | 18.21 | 36.89 | - |
| YUV | 107.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 162 | 0.69 | 0.22 | 0 | 0.36 | 199.29 | 0.53 | 0.42 |
| Hex | 32 | 7E | A2 | 45 | 16 | 0 | 24 | C7 | 35 | 2A |
| Octal | 62 | 176 | 242 | 105 | 26 | 0 | 44 | 307 | 65 | 52 |
| Binary | 110010 | 1111110 | 10100010 | 1000101 | 10110 | 0 | 100100 | 11000111 | 110101 | 101010 |
Color Harmonies of #327EA2
Complementary color
Monochromatic Colors of #327EA2
Black with #327EA2
Text Example
Text Example
White with #327EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EA2; }
p { color: rgb(50,126,162); }
H1.HeaderClassName
{
color: #327EA2;
}
.AnyTagClassName
{
color: #327EA2;
}
</style>
background-color css
<style>
a { background-color: #327EA2; }
a { background-color: rgb(50,126,162); }
div.DivClassName
{
background-color: #327EA2;
}
.BgClassName
{
background-color: #327EA2;
}
</style>
border-color css
<style>
span { border-color: #327EA2; }
span { border-color: rgb(50,126,162); }
td.TdClassName
{
border-color: #327EA2;
}
.TagClassName
{
border-color: #327EA2;
}
</style>