Shades of Lochmara #327299
Tints of Lochmara #327299
RGB
CMYK
RGB Variations
Color information
#327299 (or 0x327299) is known color: Lochmara. HEX triplet: 32, 72 and 99. RGB value is (50,114,153). Sum of RGB (Red+Green+Blue) = 50+114+153=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #327299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327299 is #CD8D66. Grayscale: #636363. Windows color (decimal): -13471079 or 10056242. OLE color: 10056242.
HSL color Cylindrical-coordinate representation of color #327299: hue angle of 202.72º degrees, saturation: 0.51, 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 #327299 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 114 | 153 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.4 |
| HSL | 202.72º | 0.51% | 0.4% | - |
| HSV(B) | 202.72º | 0.67% | 0.6% | - |
| XYZ | 13.08 | 15.01 | 32.35 | - |
| YUV | 99.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 153 | 0.67 | 0.25 | 0 | 0.4 | 202.72 | 0.51 | 0.4 |
| Hex | 32 | 72 | 99 | 43 | 19 | 0 | 28 | CB | 33 | 28 |
| Octal | 62 | 162 | 231 | 103 | 31 | 0 | 50 | 313 | 63 | 50 |
| Binary | 110010 | 1110010 | 10011001 | 1000011 | 11001 | 0 | 101000 | 11001011 | 110011 | 101000 |
Color Harmonies of #327299
Complementary color
Monochromatic Colors of #327299
Black with #327299
Text Example
Text Example
White with #327299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327299; }
p { color: rgb(50,114,153); }
H1.HeaderClassName
{
color: #327299;
}
.AnyTagClassName
{
color: #327299;
}
</style>
background-color css
<style>
a { background-color: #327299; }
a { background-color: rgb(50,114,153); }
div.DivClassName
{
background-color: #327299;
}
.BgClassName
{
background-color: #327299;
}
</style>
border-color css
<style>
span { border-color: #327299; }
span { border-color: rgb(50,114,153); }
td.TdClassName
{
border-color: #327299;
}
.TagClassName
{
border-color: #327299;
}
</style>