Shades of Lochmara #327BAC
Tints of Lochmara #327BAC
RGB
CMYK
RGB Variations
Color information
#327BAC (or 0x327BAC) is known color: Lochmara. HEX triplet: 32, 7B and AC. RGB value is (50,123,172). Sum of RGB (Red+Green+Blue) = 50+123+172=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #327BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327BAC is #CD8453. Grayscale: #6A6A6A. Windows color (decimal): -13468756 or 11303730. OLE color: 11303730.
HSL color Cylindrical-coordinate representation of color #327BAC: hue angle of 204.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327BAC is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 123 | 172 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.33 |
| HSL | 204.1º | 0.55% | 0.44% | - |
| HSV(B) | 204.1º | 0.71% | 0.67% | - |
| XYZ | 15.84 | 17.82 | 41.63 | - |
| YUV | 106.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 172 | 0.71 | 0.28 | 0 | 0.33 | 204.1 | 0.55 | 0.44 |
| Hex | 32 | 7B | AC | 47 | 1C | 0 | 21 | CC | 37 | 2C |
| Octal | 62 | 173 | 254 | 107 | 34 | 0 | 41 | 314 | 67 | 54 |
| Binary | 110010 | 1111011 | 10101100 | 1000111 | 11100 | 0 | 100001 | 11001100 | 110111 | 101100 |
Color Harmonies of #327BAC
Complementary color
Monochromatic Colors of #327BAC
Black with #327BAC
Text Example
Text Example
White with #327BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BAC; }
p { color: rgb(50,123,172); }
H1.HeaderClassName
{
color: #327BAC;
}
.AnyTagClassName
{
color: #327BAC;
}
</style>
background-color css
<style>
a { background-color: #327BAC; }
a { background-color: rgb(50,123,172); }
div.DivClassName
{
background-color: #327BAC;
}
.BgClassName
{
background-color: #327BAC;
}
</style>
border-color css
<style>
span { border-color: #327BAC; }
span { border-color: rgb(50,123,172); }
td.TdClassName
{
border-color: #327BAC;
}
.TagClassName
{
border-color: #327BAC;
}
</style>