Shades of Lochmara #32669A
Tints of Lochmara #32669A
RGB
CMYK
RGB Variations
Color information
#32669A (or 0x32669A) is known color: Lochmara. HEX triplet: 32, 66 and 9A. RGB value is (50,102,154). Sum of RGB (Red+Green+Blue) = 50+102+154=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #32669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32669A is #CD9965. Grayscale: #5C5C5C. Windows color (decimal): -13474150 or 10118706. OLE color: 10118706.
HSL color Cylindrical-coordinate representation of color #32669A: hue angle of 210º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32669A is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 102 | 154 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.40 |
| HSL | 210º | 0.51% | 0.4% | - |
| HSV(B) | 210º | 0.68% | 0.6% | - |
| XYZ | 11.9 | 12.51 | 32.36 | - |
| YUV | 92.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 154 | 0.68 | 0.34 | 0 | 0.40 | 210 | 0.51 | 0.4 |
| Hex | 32 | 66 | 9A | 44 | 22 | 0 | 28 | D2 | 33 | 28 |
| Octal | 62 | 146 | 232 | 104 | 42 | 0 | 50 | 322 | 63 | 50 |
| Binary | 110010 | 1100110 | 10011010 | 1000100 | 100010 | 0 | 101000 | 11010010 | 110011 | 101000 |
Color Harmonies of #32669A
Complementary color
Monochromatic Colors of #32669A
Black with #32669A
Text Example
Text Example
White with #32669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32669A; }
p { color: rgb(50,102,154); }
H1.HeaderClassName
{
color: #32669A;
}
.AnyTagClassName
{
color: #32669A;
}
</style>
background-color css
<style>
a { background-color: #32669A; }
a { background-color: rgb(50,102,154); }
div.DivClassName
{
background-color: #32669A;
}
.BgClassName
{
background-color: #32669A;
}
</style>
border-color css
<style>
span { border-color: #32669A; }
span { border-color: rgb(50,102,154); }
td.TdClassName
{
border-color: #32669A;
}
.TagClassName
{
border-color: #32669A;
}
</style>