Shades of Lochmara #326BB8
Tints of Lochmara #326BB8
RGB
CMYK
RGB Variations
Color information
#326BB8 (or 0x326BB8) is known color: Lochmara. HEX triplet: 32, 6B and B8. RGB value is (50,107,184). Sum of RGB (Red+Green+Blue) = 50+107+184=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #326BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BB8 is #CD9447. Grayscale: #626262. Windows color (decimal): -13472840 or 12086066. OLE color: 12086066.
HSL color Cylindrical-coordinate representation of color #326BB8: hue angle of 214.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326BB8 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 107 | 184 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.28 |
| HSL | 214.48º | 0.57% | 0.46% | - |
| HSV(B) | 214.48º | 0.73% | 0.72% | - |
| XYZ | 15.22 | 14.65 | 47.37 | - |
| YUV | 98.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 184 | 0.73 | 0.42 | 0 | 0.28 | 214.48 | 0.57 | 0.46 |
| Hex | 32 | 6B | B8 | 49 | 2A | 0 | 1C | D6 | 39 | 2E |
| Octal | 62 | 153 | 270 | 111 | 52 | 0 | 34 | 326 | 71 | 56 |
| Binary | 110010 | 1101011 | 10111000 | 1001001 | 101010 | 0 | 11100 | 11010110 | 111001 | 101110 |
Color Harmonies of #326BB8
Complementary color
Monochromatic Colors of #326BB8
Black with #326BB8
Text Example
Text Example
White with #326BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BB8; }
p { color: rgb(50,107,184); }
H1.HeaderClassName
{
color: #326BB8;
}
.AnyTagClassName
{
color: #326BB8;
}
</style>
background-color css
<style>
a { background-color: #326BB8; }
a { background-color: rgb(50,107,184); }
div.DivClassName
{
background-color: #326BB8;
}
.BgClassName
{
background-color: #326BB8;
}
</style>
border-color css
<style>
span { border-color: #326BB8; }
span { border-color: rgb(50,107,184); }
td.TdClassName
{
border-color: #326BB8;
}
.TagClassName
{
border-color: #326BB8;
}
</style>