Shades of Lochmara #327FA6
Tints of Lochmara #327FA6
RGB
CMYK
RGB Variations
Color information
#327FA6 (or 0x327FA6) is known color: Lochmara. HEX triplet: 32, 7F and A6. RGB value is (50,127,166). Sum of RGB (Red+Green+Blue) = 50+127+166=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #327FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327FA6 is #CD8059. Grayscale: #6C6C6C. Windows color (decimal): -13467738 or 10911538. OLE color: 10911538.
HSL color Cylindrical-coordinate representation of color #327FA6: hue angle of 200.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327FA6 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 127 | 166 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.35 |
| HSL | 200.17º | 0.54% | 0.42% | - |
| HSV(B) | 200.17º | 0.7% | 0.65% | - |
| XYZ | 15.79 | 18.61 | 38.84 | - |
| YUV | 108.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 166 | 0.70 | 0.23 | 0 | 0.35 | 200.17 | 0.54 | 0.42 |
| Hex | 32 | 7F | A6 | 46 | 17 | 0 | 23 | C8 | 36 | 2A |
| Octal | 62 | 177 | 246 | 106 | 27 | 0 | 43 | 310 | 66 | 52 |
| Binary | 110010 | 1111111 | 10100110 | 1000110 | 10111 | 0 | 100011 | 11001000 | 110110 | 101010 |
Color Harmonies of #327FA6
Complementary color
Monochromatic Colors of #327FA6
Black with #327FA6
Text Example
Text Example
White with #327FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FA6; }
p { color: rgb(50,127,166); }
H1.HeaderClassName
{
color: #327FA6;
}
.AnyTagClassName
{
color: #327FA6;
}
</style>
background-color css
<style>
a { background-color: #327FA6; }
a { background-color: rgb(50,127,166); }
div.DivClassName
{
background-color: #327FA6;
}
.BgClassName
{
background-color: #327FA6;
}
</style>
border-color css
<style>
span { border-color: #327FA6; }
span { border-color: rgb(50,127,166); }
td.TdClassName
{
border-color: #327FA6;
}
.TagClassName
{
border-color: #327FA6;
}
</style>