Shades of Lochmara #326FB5
Tints of Lochmara #326FB5
RGB
CMYK
RGB Variations
Color information
#326FB5 (or 0x326FB5) is known color: Lochmara. HEX triplet: 32, 6F and B5. RGB value is (50,111,181). Sum of RGB (Red+Green+Blue) = 50+111+181=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #326FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326FB5 is #CD904A. Grayscale: #646464. Windows color (decimal): -13471819 or 11890482. OLE color: 11890482.
HSL color Cylindrical-coordinate representation of color #326FB5: hue angle of 212.06º 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 #326FB5 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 111 | 181 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.29 |
| HSL | 212.06º | 0.57% | 0.45% | - |
| HSV(B) | 212.06º | 0.72% | 0.71% | - |
| XYZ | 15.34 | 15.38 | 45.88 | - |
| YUV | 100.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 181 | 0.72 | 0.39 | 0 | 0.29 | 212.06 | 0.57 | 0.45 |
| Hex | 32 | 6F | B5 | 48 | 27 | 0 | 1D | D4 | 39 | 2D |
| Octal | 62 | 157 | 265 | 110 | 47 | 0 | 35 | 324 | 71 | 55 |
| Binary | 110010 | 1101111 | 10110101 | 1001000 | 100111 | 0 | 11101 | 11010100 | 111001 | 101101 |
Color Harmonies of #326FB5
Complementary color
Monochromatic Colors of #326FB5
Black with #326FB5
Text Example
Text Example
White with #326FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326FB5; }
p { color: rgb(50,111,181); }
H1.HeaderClassName
{
color: #326FB5;
}
.AnyTagClassName
{
color: #326FB5;
}
</style>
background-color css
<style>
a { background-color: #326FB5; }
a { background-color: rgb(50,111,181); }
div.DivClassName
{
background-color: #326FB5;
}
.BgClassName
{
background-color: #326FB5;
}
</style>
border-color css
<style>
span { border-color: #326FB5; }
span { border-color: rgb(50,111,181); }
td.TdClassName
{
border-color: #326FB5;
}
.TagClassName
{
border-color: #326FB5;
}
</style>