Shades of Lochmara #356797
Tints of Lochmara #356797
RGB
CMYK
RGB Variations
Color information
#356797 (or 0x356797) is known color: Lochmara. HEX triplet: 35, 67 and 97. RGB value is (53,103,151). Sum of RGB (Red+Green+Blue) = 53+103+151=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #356797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356797 is #CA9868. Grayscale: #5D5D5D. Windows color (decimal): -13277289 or 9922357. OLE color: 9922357.
HSL color Cylindrical-coordinate representation of color #356797: hue angle of 209.39º 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 #356797 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 103 | 151 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.41 |
| HSL | 209.39º | 0.48% | 0.4% | - |
| HSV(B) | 209.39º | 0.65% | 0.59% | - |
| XYZ | 11.9 | 12.69 | 31.1 | - |
| YUV | 93.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 103 | 151 | 0.65 | 0.32 | 0 | 0.41 | 209.39 | 0.48 | 0.4 |
| Hex | 35 | 67 | 97 | 41 | 20 | 0 | 29 | D1 | 30 | 28 |
| Octal | 65 | 147 | 227 | 101 | 40 | 0 | 51 | 321 | 60 | 50 |
| Binary | 110101 | 1100111 | 10010111 | 1000001 | 100000 | 0 | 101001 | 11010001 | 110000 | 101000 |
Color Harmonies of #356797
Complementary color
Monochromatic Colors of #356797
Black with #356797
Text Example
Text Example
White with #356797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356797; }
p { color: rgb(53,103,151); }
H1.HeaderClassName
{
color: #356797;
}
.AnyTagClassName
{
color: #356797;
}
</style>
background-color css
<style>
a { background-color: #356797; }
a { background-color: rgb(53,103,151); }
div.DivClassName
{
background-color: #356797;
}
.BgClassName
{
background-color: #356797;
}
</style>
border-color css
<style>
span { border-color: #356797; }
span { border-color: rgb(53,103,151); }
td.TdClassName
{
border-color: #356797;
}
.TagClassName
{
border-color: #356797;
}
</style>