Shades of Lochmara #326BB4
Tints of Lochmara #326BB4
RGB
CMYK
RGB Variations
Color information
#326BB4 (or 0x326BB4) is known color: Lochmara. HEX triplet: 32, 6B and B4. RGB value is (50,107,180). Sum of RGB (Red+Green+Blue) = 50+107+180=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #326BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BB4 is #CD944B. Grayscale: #616161. Windows color (decimal): -13472844 or 11823922. OLE color: 11823922.
HSL color Cylindrical-coordinate representation of color #326BB4: hue angle of 213.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326BB4 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 107 | 180 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.29 |
| HSL | 213.69º | 0.57% | 0.45% | - |
| HSV(B) | 213.69º | 0.72% | 0.71% | - |
| XYZ | 14.81 | 14.49 | 45.2 | - |
| YUV | 98.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 180 | 0.72 | 0.41 | 0 | 0.29 | 213.69 | 0.57 | 0.45 |
| Hex | 32 | 6B | B4 | 48 | 29 | 0 | 1D | D6 | 39 | 2D |
| Octal | 62 | 153 | 264 | 110 | 51 | 0 | 35 | 326 | 71 | 55 |
| Binary | 110010 | 1101011 | 10110100 | 1001000 | 101001 | 0 | 11101 | 11010110 | 111001 | 101101 |
Color Harmonies of #326BB4
Complementary color
Monochromatic Colors of #326BB4
Black with #326BB4
Text Example
Text Example
White with #326BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BB4; }
p { color: rgb(50,107,180); }
H1.HeaderClassName
{
color: #326BB4;
}
.AnyTagClassName
{
color: #326BB4;
}
</style>
background-color css
<style>
a { background-color: #326BB4; }
a { background-color: rgb(50,107,180); }
div.DivClassName
{
background-color: #326BB4;
}
.BgClassName
{
background-color: #326BB4;
}
</style>
border-color css
<style>
span { border-color: #326BB4; }
span { border-color: rgb(50,107,180); }
td.TdClassName
{
border-color: #326BB4;
}
.TagClassName
{
border-color: #326BB4;
}
</style>