Shades of Lochmara #356897
Tints of Lochmara #356897
RGB
CMYK
RGB Variations
Color information
#356897 (or 0x356897) is known color: Lochmara. HEX triplet: 35, 68 and 97. RGB value is (53,104,151). Sum of RGB (Red+Green+Blue) = 53+104+151=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #356897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356897 is #CA9768. Grayscale: #5D5D5D. Windows color (decimal): -13277033 or 9922613. OLE color: 9922613.
HSL color Cylindrical-coordinate representation of color #356897: hue angle of 208.78º 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 #356897 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 104 | 151 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.41 |
| HSL | 208.78º | 0.48% | 0.4% | - |
| HSV(B) | 208.78º | 0.65% | 0.59% | - |
| XYZ | 12 | 12.89 | 31.13 | - |
| YUV | 94.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 104 | 151 | 0.65 | 0.31 | 0 | 0.41 | 208.78 | 0.48 | 0.4 |
| Hex | 35 | 68 | 97 | 41 | 1F | 0 | 29 | D1 | 30 | 28 |
| Octal | 65 | 150 | 227 | 101 | 37 | 0 | 51 | 321 | 60 | 50 |
| Binary | 110101 | 1101000 | 10010111 | 1000001 | 11111 | 0 | 101001 | 11010001 | 110000 | 101000 |
Color Harmonies of #356897
Complementary color
Monochromatic Colors of #356897
Black with #356897
Text Example
Text Example
White with #356897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356897; }
p { color: rgb(53,104,151); }
H1.HeaderClassName
{
color: #356897;
}
.AnyTagClassName
{
color: #356897;
}
</style>
background-color css
<style>
a { background-color: #356897; }
a { background-color: rgb(53,104,151); }
div.DivClassName
{
background-color: #356897;
}
.BgClassName
{
background-color: #356897;
}
</style>
border-color css
<style>
span { border-color: #356897; }
span { border-color: rgb(53,104,151); }
td.TdClassName
{
border-color: #356897;
}
.TagClassName
{
border-color: #356897;
}
</style>