Shades of Lochmara #327B9A
Tints of Lochmara #327B9A
RGB
CMYK
RGB Variations
Color information
#327B9A (or 0x327B9A) is known color: Lochmara. HEX triplet: 32, 7B and 9A. RGB value is (50,123,154). Sum of RGB (Red+Green+Blue) = 50+123+154=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #327B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B9A is #CD8465. Grayscale: #686868. Windows color (decimal): -13468774 or 10124082. OLE color: 10124082.
HSL color Cylindrical-coordinate representation of color #327B9A: hue angle of 197.88º 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 #327B9A is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 123 | 154 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.40 |
| HSL | 197.88º | 0.51% | 0.4% | - |
| HSV(B) | 197.88º | 0.68% | 0.6% | - |
| XYZ | 14.23 | 17.18 | 33.14 | - |
| YUV | 104.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 154 | 0.68 | 0.20 | 0 | 0.40 | 197.88 | 0.51 | 0.4 |
| Hex | 32 | 7B | 9A | 44 | 14 | 0 | 28 | C6 | 33 | 28 |
| Octal | 62 | 173 | 232 | 104 | 24 | 0 | 50 | 306 | 63 | 50 |
| Binary | 110010 | 1111011 | 10011010 | 1000100 | 10100 | 0 | 101000 | 11000110 | 110011 | 101000 |
Color Harmonies of #327B9A
Complementary color
Monochromatic Colors of #327B9A
Black with #327B9A
Text Example
Text Example
White with #327B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B9A; }
p { color: rgb(50,123,154); }
H1.HeaderClassName
{
color: #327B9A;
}
.AnyTagClassName
{
color: #327B9A;
}
</style>
background-color css
<style>
a { background-color: #327B9A; }
a { background-color: rgb(50,123,154); }
div.DivClassName
{
background-color: #327B9A;
}
.BgClassName
{
background-color: #327B9A;
}
</style>
border-color css
<style>
span { border-color: #327B9A; }
span { border-color: rgb(50,123,154); }
td.TdClassName
{
border-color: #327B9A;
}
.TagClassName
{
border-color: #327B9A;
}
</style>