Shades of Lochmara #326D9F
Tints of Lochmara #326D9F
RGB
CMYK
RGB Variations
Color information
#326D9F (or 0x326D9F) is known color: Lochmara. HEX triplet: 32, 6D and 9F. RGB value is (50,109,159). Sum of RGB (Red+Green+Blue) = 50+109+159=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #326D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D9F is #CD9260. Grayscale: #606060. Windows color (decimal): -13472353 or 10448178. OLE color: 10448178.
HSL color Cylindrical-coordinate representation of color #326D9F: hue angle of 207.52º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #326D9F is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 109 | 159 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.38 |
| HSL | 207.52º | 0.52% | 0.41% | - |
| HSV(B) | 207.52º | 0.69% | 0.62% | - |
| XYZ | 13.04 | 14.12 | 34.84 | - |
| YUV | 97.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 159 | 0.69 | 0.31 | 0 | 0.38 | 207.52 | 0.52 | 0.41 |
| Hex | 32 | 6D | 9F | 45 | 1F | 0 | 26 | D0 | 34 | 29 |
| Octal | 62 | 155 | 237 | 105 | 37 | 0 | 46 | 320 | 64 | 51 |
| Binary | 110010 | 1101101 | 10011111 | 1000101 | 11111 | 0 | 100110 | 11010000 | 110100 | 101001 |
Color Harmonies of #326D9F
Complementary color
Monochromatic Colors of #326D9F
Black with #326D9F
Text Example
Text Example
White with #326D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D9F; }
p { color: rgb(50,109,159); }
H1.HeaderClassName
{
color: #326D9F;
}
.AnyTagClassName
{
color: #326D9F;
}
</style>
background-color css
<style>
a { background-color: #326D9F; }
a { background-color: rgb(50,109,159); }
div.DivClassName
{
background-color: #326D9F;
}
.BgClassName
{
background-color: #326D9F;
}
</style>
border-color css
<style>
span { border-color: #326D9F; }
span { border-color: rgb(50,109,159); }
td.TdClassName
{
border-color: #326D9F;
}
.TagClassName
{
border-color: #326D9F;
}
</style>