Shades of Lochmara #327A9A
Tints of Lochmara #327A9A
RGB
CMYK
RGB Variations
Color information
#327A9A (or 0x327A9A) is known color: Lochmara. HEX triplet: 32, 7A and 9A. RGB value is (50,122,154). Sum of RGB (Red+Green+Blue) = 50+122+154=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #327A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A9A is #CD8565. Grayscale: #676767. Windows color (decimal): -13469030 or 10123826. OLE color: 10123826.
HSL color Cylindrical-coordinate representation of color #327A9A: hue angle of 198.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327A9A is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 122 | 154 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.40 |
| HSL | 198.46º | 0.51% | 0.4% | - |
| HSV(B) | 198.46º | 0.68% | 0.6% | - |
| XYZ | 14.11 | 16.93 | 33.1 | - |
| YUV | 104.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 154 | 0.68 | 0.21 | 0 | 0.40 | 198.46 | 0.51 | 0.4 |
| Hex | 32 | 7A | 9A | 44 | 15 | 0 | 28 | C6 | 33 | 28 |
| Octal | 62 | 172 | 232 | 104 | 25 | 0 | 50 | 306 | 63 | 50 |
| Binary | 110010 | 1111010 | 10011010 | 1000100 | 10101 | 0 | 101000 | 11000110 | 110011 | 101000 |
Color Harmonies of #327A9A
Complementary color
Monochromatic Colors of #327A9A
Black with #327A9A
Text Example
Text Example
White with #327A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A9A; }
p { color: rgb(50,122,154); }
H1.HeaderClassName
{
color: #327A9A;
}
.AnyTagClassName
{
color: #327A9A;
}
</style>
background-color css
<style>
a { background-color: #327A9A; }
a { background-color: rgb(50,122,154); }
div.DivClassName
{
background-color: #327A9A;
}
.BgClassName
{
background-color: #327A9A;
}
</style>
border-color css
<style>
span { border-color: #327A9A; }
span { border-color: rgb(50,122,154); }
td.TdClassName
{
border-color: #327A9A;
}
.TagClassName
{
border-color: #327A9A;
}
</style>