Shades of Lochmara #326DBA
Tints of Lochmara #326DBA
RGB
CMYK
RGB Variations
Color information
#326DBA (or 0x326DBA) is known color: Lochmara. HEX triplet: 32, 6D and BA. RGB value is (50,109,186). Sum of RGB (Red+Green+Blue) = 50+109+186=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #326DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DBA is #CD9245. Grayscale: #636363. Windows color (decimal): -13472326 or 12217650. OLE color: 12217650.
HSL color Cylindrical-coordinate representation of color #326DBA: hue angle of 213.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326DBA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 109 | 186 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.27 |
| HSL | 213.97º | 0.58% | 0.46% | - |
| HSV(B) | 213.97º | 0.73% | 0.73% | - |
| XYZ | 15.65 | 15.16 | 48.56 | - |
| YUV | 100.14 | 176.45 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 186 | 0.73 | 0.41 | 0 | 0.27 | 213.97 | 0.58 | 0.46 |
| Hex | 32 | 6D | BA | 49 | 29 | 0 | 1B | D6 | 3A | 2E |
| Octal | 62 | 155 | 272 | 111 | 51 | 0 | 33 | 326 | 72 | 56 |
| Binary | 110010 | 1101101 | 10111010 | 1001001 | 101001 | 0 | 11011 | 11010110 | 111010 | 101110 |
Color Harmonies of #326DBA
Complementary color
Monochromatic Colors of #326DBA
Black with #326DBA
Text Example
Text Example
White with #326DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DBA; }
p { color: rgb(50,109,186); }
H1.HeaderClassName
{
color: #326DBA;
}
.AnyTagClassName
{
color: #326DBA;
}
</style>
background-color css
<style>
a { background-color: #326DBA; }
a { background-color: rgb(50,109,186); }
div.DivClassName
{
background-color: #326DBA;
}
.BgClassName
{
background-color: #326DBA;
}
</style>
border-color css
<style>
span { border-color: #326DBA; }
span { border-color: rgb(50,109,186); }
td.TdClassName
{
border-color: #326DBA;
}
.TagClassName
{
border-color: #326DBA;
}
</style>