Shades of Lochmara #356796
Tints of Lochmara #356796
RGB
CMYK
RGB Variations
Color information
#356796 (or 0x356796) is known color: Lochmara. HEX triplet: 35, 67 and 96. RGB value is (53,103,150). Sum of RGB (Red+Green+Blue) = 53+103+150=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #356796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356796 is #CA9869. Grayscale: #5D5D5D. Windows color (decimal): -13277290 or 9856821. OLE color: 9856821.
HSL color Cylindrical-coordinate representation of color #356796: hue angle of 209.07º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356796 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 103 | 150 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.41 |
| HSL | 209.07º | 0.48% | 0.4% | - |
| HSV(B) | 209.07º | 0.65% | 0.59% | - |
| XYZ | 11.82 | 12.66 | 30.67 | - |
| YUV | 93.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 150 | 0.65 | 0.31 | 0 | 0.41 | 209.07 | 0.48 | 0.4 |
| Hex | 35 | 67 | 96 | 41 | 1F | 0 | 29 | D1 | 30 | 28 |
| Octal | 65 | 147 | 226 | 101 | 37 | 0 | 51 | 321 | 60 | 50 |
| Binary | 110101 | 1100111 | 10010110 | 1000001 | 11111 | 0 | 101001 | 11010001 | 110000 | 101000 |
Color Harmonies of #356796
Complementary color
Monochromatic Colors of #356796
Black with #356796
Text Example
Text Example
White with #356796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356796; }
p { color: rgb(53,103,150); }
H1.HeaderClassName
{
color: #356796;
}
.AnyTagClassName
{
color: #356796;
}
</style>
background-color css
<style>
a { background-color: #356796; }
a { background-color: rgb(53,103,150); }
div.DivClassName
{
background-color: #356796;
}
.BgClassName
{
background-color: #356796;
}
</style>
border-color css
<style>
span { border-color: #356796; }
span { border-color: rgb(53,103,150); }
td.TdClassName
{
border-color: #356796;
}
.TagClassName
{
border-color: #356796;
}
</style>