Shades of Lochmara #327A9B
Tints of Lochmara #327A9B
RGB
CMYK
RGB Variations
Color information
#327A9B (or 0x327A9B) is known color: Lochmara. HEX triplet: 32, 7A and 9B. RGB value is (50,122,155). Sum of RGB (Red+Green+Blue) = 50+122+155=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #327A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A9B is #CD8564. Grayscale: #686868. Windows color (decimal): -13469029 or 10189362. OLE color: 10189362.
HSL color Cylindrical-coordinate representation of color #327A9B: hue angle of 198.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327A9B is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 122 | 155 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.39 |
| HSL | 198.86º | 0.51% | 0.4% | - |
| HSV(B) | 198.86º | 0.68% | 0.61% | - |
| XYZ | 14.19 | 16.96 | 33.54 | - |
| YUV | 104.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 155 | 0.68 | 0.21 | 0 | 0.39 | 198.86 | 0.51 | 0.4 |
| Hex | 32 | 7A | 9B | 44 | 15 | 0 | 27 | C7 | 33 | 28 |
| Octal | 62 | 172 | 233 | 104 | 25 | 0 | 47 | 307 | 63 | 50 |
| Binary | 110010 | 1111010 | 10011011 | 1000100 | 10101 | 0 | 100111 | 11000111 | 110011 | 101000 |
Color Harmonies of #327A9B
Complementary color
Monochromatic Colors of #327A9B
Black with #327A9B
Text Example
Text Example
White with #327A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A9B; }
p { color: rgb(50,122,155); }
H1.HeaderClassName
{
color: #327A9B;
}
.AnyTagClassName
{
color: #327A9B;
}
</style>
background-color css
<style>
a { background-color: #327A9B; }
a { background-color: rgb(50,122,155); }
div.DivClassName
{
background-color: #327A9B;
}
.BgClassName
{
background-color: #327A9B;
}
</style>
border-color css
<style>
span { border-color: #327A9B; }
span { border-color: rgb(50,122,155); }
td.TdClassName
{
border-color: #327A9B;
}
.TagClassName
{
border-color: #327A9B;
}
</style>