Shades of Lochmara #327898
Tints of Lochmara #327898
RGB
CMYK
RGB Variations
Color information
#327898 (or 0x327898) is known color: Lochmara. HEX triplet: 32, 78 and 98. RGB value is (50,120,152). Sum of RGB (Red+Green+Blue) = 50+120+152=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #327898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327898 is #CD8767. Grayscale: #666666. Windows color (decimal): -13469544 or 9992242. OLE color: 9992242.
HSL color Cylindrical-coordinate representation of color #327898: hue angle of 198.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327898 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 120 | 152 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.40 |
| HSL | 198.82º | 0.5% | 0.4% | - |
| HSV(B) | 198.82º | 0.67% | 0.6% | - |
| XYZ | 13.7 | 16.38 | 32.15 | - |
| YUV | 102.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 152 | 0.67 | 0.21 | 0 | 0.40 | 198.82 | 0.5 | 0.4 |
| Hex | 32 | 78 | 98 | 43 | 15 | 0 | 28 | C7 | 32 | 28 |
| Octal | 62 | 170 | 230 | 103 | 25 | 0 | 50 | 307 | 62 | 50 |
| Binary | 110010 | 1111000 | 10011000 | 1000011 | 10101 | 0 | 101000 | 11000111 | 110010 | 101000 |
Color Harmonies of #327898
Complementary color
Monochromatic Colors of #327898
Black with #327898
Text Example
Text Example
White with #327898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327898; }
p { color: rgb(50,120,152); }
H1.HeaderClassName
{
color: #327898;
}
.AnyTagClassName
{
color: #327898;
}
</style>
background-color css
<style>
a { background-color: #327898; }
a { background-color: rgb(50,120,152); }
div.DivClassName
{
background-color: #327898;
}
.BgClassName
{
background-color: #327898;
}
</style>
border-color css
<style>
span { border-color: #327898; }
span { border-color: rgb(50,120,152); }
td.TdClassName
{
border-color: #327898;
}
.TagClassName
{
border-color: #327898;
}
</style>