Shades of Lochmara #32679D
Tints of Lochmara #32679D
RGB
CMYK
RGB Variations
Color information
#32679D (or 0x32679D) is known color: Lochmara. HEX triplet: 32, 67 and 9D. RGB value is (50,103,157). Sum of RGB (Red+Green+Blue) = 50+103+157=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #32679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32679D is #CD9862. Grayscale: #5D5D5D. Windows color (decimal): -13473891 or 10315570. OLE color: 10315570.
HSL color Cylindrical-coordinate representation of color #32679D: hue angle of 210.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32679D is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 103 | 157 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.38 |
| HSL | 210.28º | 0.52% | 0.41% | - |
| HSV(B) | 210.28º | 0.68% | 0.62% | - |
| XYZ | 12.25 | 12.81 | 33.73 | - |
| YUV | 93.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 157 | 0.68 | 0.34 | 0 | 0.38 | 210.28 | 0.52 | 0.41 |
| Hex | 32 | 67 | 9D | 44 | 22 | 0 | 26 | D2 | 34 | 29 |
| Octal | 62 | 147 | 235 | 104 | 42 | 0 | 46 | 322 | 64 | 51 |
| Binary | 110010 | 1100111 | 10011101 | 1000100 | 100010 | 0 | 100110 | 11010010 | 110100 | 101001 |
Color Harmonies of #32679D
Complementary color
Monochromatic Colors of #32679D
Black with #32679D
Text Example
Text Example
White with #32679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32679D; }
p { color: rgb(50,103,157); }
H1.HeaderClassName
{
color: #32679D;
}
.AnyTagClassName
{
color: #32679D;
}
</style>
background-color css
<style>
a { background-color: #32679D; }
a { background-color: rgb(50,103,157); }
div.DivClassName
{
background-color: #32679D;
}
.BgClassName
{
background-color: #32679D;
}
</style>
border-color css
<style>
span { border-color: #32679D; }
span { border-color: rgb(50,103,157); }
td.TdClassName
{
border-color: #32679D;
}
.TagClassName
{
border-color: #32679D;
}
</style>