Shades of Lochmara #32769A
Tints of Lochmara #32769A
RGB
CMYK
RGB Variations
Color information
#32769A (or 0x32769A) is known color: Lochmara. HEX triplet: 32, 76 and 9A. RGB value is (50,118,154). Sum of RGB (Red+Green+Blue) = 50+118+154=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #32769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32769A is #CD8965. Grayscale: #656565. Windows color (decimal): -13470054 or 10122802. OLE color: 10122802.
HSL color Cylindrical-coordinate representation of color #32769A: hue angle of 200.77º 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 #32769A is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 118 | 154 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.40 |
| HSL | 200.77º | 0.51% | 0.4% | - |
| HSV(B) | 200.77º | 0.68% | 0.6% | - |
| XYZ | 13.63 | 15.97 | 32.94 | - |
| YUV | 101.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 154 | 0.68 | 0.23 | 0 | 0.40 | 200.77 | 0.51 | 0.4 |
| Hex | 32 | 76 | 9A | 44 | 17 | 0 | 28 | C9 | 33 | 28 |
| Octal | 62 | 166 | 232 | 104 | 27 | 0 | 50 | 311 | 63 | 50 |
| Binary | 110010 | 1110110 | 10011010 | 1000100 | 10111 | 0 | 101000 | 11001001 | 110011 | 101000 |
Color Harmonies of #32769A
Complementary color
Monochromatic Colors of #32769A
Black with #32769A
Text Example
Text Example
White with #32769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32769A; }
p { color: rgb(50,118,154); }
H1.HeaderClassName
{
color: #32769A;
}
.AnyTagClassName
{
color: #32769A;
}
</style>
background-color css
<style>
a { background-color: #32769A; }
a { background-color: rgb(50,118,154); }
div.DivClassName
{
background-color: #32769A;
}
.BgClassName
{
background-color: #32769A;
}
</style>
border-color css
<style>
span { border-color: #32769A; }
span { border-color: rgb(50,118,154); }
td.TdClassName
{
border-color: #32769A;
}
.TagClassName
{
border-color: #32769A;
}
</style>