Shades of Lochmara #32679F
Tints of Lochmara #32679F
RGB
CMYK
RGB Variations
Color information
#32679F (or 0x32679F) is known color: Lochmara. HEX triplet: 32, 67 and 9F. RGB value is (50,103,159). Sum of RGB (Red+Green+Blue) = 50+103+159=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #32679F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32679F is #CD9860. Grayscale: #5D5D5D. Windows color (decimal): -13473889 or 10446642. OLE color: 10446642.
HSL color Cylindrical-coordinate representation of color #32679F: hue angle of 210.83º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32679F is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 103 | 159 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.38 |
| HSL | 210.83º | 0.52% | 0.41% | - |
| HSV(B) | 210.83º | 0.69% | 0.62% | - |
| XYZ | 12.42 | 12.88 | 34.63 | - |
| YUV | 93.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 159 | 0.69 | 0.35 | 0 | 0.38 | 210.83 | 0.52 | 0.41 |
| Hex | 32 | 67 | 9F | 45 | 23 | 0 | 26 | D3 | 34 | 29 |
| Octal | 62 | 147 | 237 | 105 | 43 | 0 | 46 | 323 | 64 | 51 |
| Binary | 110010 | 1100111 | 10011111 | 1000101 | 100011 | 0 | 100110 | 11010011 | 110100 | 101001 |
Color Harmonies of #32679F
Complementary color
Monochromatic Colors of #32679F
Black with #32679F
Text Example
Text Example
White with #32679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32679F; }
p { color: rgb(50,103,159); }
H1.HeaderClassName
{
color: #32679F;
}
.AnyTagClassName
{
color: #32679F;
}
</style>
background-color css
<style>
a { background-color: #32679F; }
a { background-color: rgb(50,103,159); }
div.DivClassName
{
background-color: #32679F;
}
.BgClassName
{
background-color: #32679F;
}
</style>
border-color css
<style>
span { border-color: #32679F; }
span { border-color: rgb(50,103,159); }
td.TdClassName
{
border-color: #32679F;
}
.TagClassName
{
border-color: #32679F;
}
</style>