Shades of Lochmara #32769C
Tints of Lochmara #32769C
RGB
CMYK
RGB Variations
Color information
#32769C (or 0x32769C) is known color: Lochmara. HEX triplet: 32, 76 and 9C. RGB value is (50,118,156). Sum of RGB (Red+Green+Blue) = 50+118+156=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #32769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32769C is #CD8963. Grayscale: #656565. Windows color (decimal): -13470052 or 10253874. OLE color: 10253874.
HSL color Cylindrical-coordinate representation of color #32769C: hue angle of 201.51º 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 #32769C is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 118 | 156 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.39 |
| HSL | 201.51º | 0.51% | 0.4% | - |
| HSV(B) | 201.51º | 0.68% | 0.61% | - |
| XYZ | 13.79 | 16.04 | 33.82 | - |
| YUV | 102 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 156 | 0.68 | 0.24 | 0 | 0.39 | 201.51 | 0.51 | 0.4 |
| Hex | 32 | 76 | 9C | 44 | 18 | 0 | 27 | CA | 33 | 28 |
| Octal | 62 | 166 | 234 | 104 | 30 | 0 | 47 | 312 | 63 | 50 |
| Binary | 110010 | 1110110 | 10011100 | 1000100 | 11000 | 0 | 100111 | 11001010 | 110011 | 101000 |
Color Harmonies of #32769C
Complementary color
Monochromatic Colors of #32769C
Black with #32769C
Text Example
Text Example
White with #32769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32769C; }
p { color: rgb(50,118,156); }
H1.HeaderClassName
{
color: #32769C;
}
.AnyTagClassName
{
color: #32769C;
}
</style>
background-color css
<style>
a { background-color: #32769C; }
a { background-color: rgb(50,118,156); }
div.DivClassName
{
background-color: #32769C;
}
.BgClassName
{
background-color: #32769C;
}
</style>
border-color css
<style>
span { border-color: #32769C; }
span { border-color: rgb(50,118,156); }
td.TdClassName
{
border-color: #32769C;
}
.TagClassName
{
border-color: #32769C;
}
</style>