Shades of Lochmara #32669C
Tints of Lochmara #32669C
RGB
CMYK
RGB Variations
Color information
#32669C (or 0x32669C) is known color: Lochmara. HEX triplet: 32, 66 and 9C. RGB value is (50,102,156). Sum of RGB (Red+Green+Blue) = 50+102+156=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #32669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32669C is #CD9963. Grayscale: #5C5C5C. Windows color (decimal): -13474148 or 10249778. OLE color: 10249778.
HSL color Cylindrical-coordinate representation of color #32669C: hue angle of 210.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32669C is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 102 | 156 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.39 |
| HSL | 210.57º | 0.51% | 0.4% | - |
| HSV(B) | 210.57º | 0.68% | 0.61% | - |
| XYZ | 12.07 | 12.58 | 33.24 | - |
| YUV | 92.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 156 | 0.68 | 0.35 | 0 | 0.39 | 210.57 | 0.51 | 0.4 |
| Hex | 32 | 66 | 9C | 44 | 23 | 0 | 27 | D3 | 33 | 28 |
| Octal | 62 | 146 | 234 | 104 | 43 | 0 | 47 | 323 | 63 | 50 |
| Binary | 110010 | 1100110 | 10011100 | 1000100 | 100011 | 0 | 100111 | 11010011 | 110011 | 101000 |
Color Harmonies of #32669C
Complementary color
Monochromatic Colors of #32669C
Black with #32669C
Text Example
Text Example
White with #32669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32669C; }
p { color: rgb(50,102,156); }
H1.HeaderClassName
{
color: #32669C;
}
.AnyTagClassName
{
color: #32669C;
}
</style>
background-color css
<style>
a { background-color: #32669C; }
a { background-color: rgb(50,102,156); }
div.DivClassName
{
background-color: #32669C;
}
.BgClassName
{
background-color: #32669C;
}
</style>
border-color css
<style>
span { border-color: #32669C; }
span { border-color: rgb(50,102,156); }
td.TdClassName
{
border-color: #32669C;
}
.TagClassName
{
border-color: #32669C;
}
</style>