Shades of Lochmara #326DAF
Tints of Lochmara #326DAF
RGB
CMYK
RGB Variations
Color information
#326DAF (or 0x326DAF) is known color: Lochmara. HEX triplet: 32, 6D and AF. RGB value is (50,109,175). Sum of RGB (Red+Green+Blue) = 50+109+175=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #326DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326DAF is #CD9250. Grayscale: #626262. Windows color (decimal): -13472337 or 11496754. OLE color: 11496754.
HSL color Cylindrical-coordinate representation of color #326DAF: hue angle of 211.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326DAF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 109 | 175 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.31 |
| HSL | 211.68º | 0.56% | 0.44% | - |
| HSV(B) | 211.68º | 0.71% | 0.69% | - |
| XYZ | 14.52 | 14.71 | 42.63 | - |
| YUV | 98.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 175 | 0.71 | 0.38 | 0 | 0.31 | 211.68 | 0.56 | 0.44 |
| Hex | 32 | 6D | AF | 47 | 26 | 0 | 1F | D4 | 38 | 2C |
| Octal | 62 | 155 | 257 | 107 | 46 | 0 | 37 | 324 | 70 | 54 |
| Binary | 110010 | 1101101 | 10101111 | 1000111 | 100110 | 0 | 11111 | 11010100 | 111000 | 101100 |
Color Harmonies of #326DAF
Complementary color
Monochromatic Colors of #326DAF
Black with #326DAF
Text Example
Text Example
White with #326DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DAF; }
p { color: rgb(50,109,175); }
H1.HeaderClassName
{
color: #326DAF;
}
.AnyTagClassName
{
color: #326DAF;
}
</style>
background-color css
<style>
a { background-color: #326DAF; }
a { background-color: rgb(50,109,175); }
div.DivClassName
{
background-color: #326DAF;
}
.BgClassName
{
background-color: #326DAF;
}
</style>
border-color css
<style>
span { border-color: #326DAF; }
span { border-color: rgb(50,109,175); }
td.TdClassName
{
border-color: #326DAF;
}
.TagClassName
{
border-color: #326DAF;
}
</style>