Shades of Lochmara #356495
Tints of Lochmara #356495
RGB
CMYK
RGB Variations
Color information
#356495 (or 0x356495) is known color: Lochmara. HEX triplet: 35, 64 and 95. RGB value is (53,100,149). Sum of RGB (Red+Green+Blue) = 53+100+149=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #356495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356495 is #CA9B6A. Grayscale: #5B5B5B. Windows color (decimal): -13278059 or 9790517. OLE color: 9790517.
HSL color Cylindrical-coordinate representation of color #356495: hue angle of 210.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356495 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 100 | 149 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.42 |
| HSL | 210.63º | 0.48% | 0.4% | - |
| HSV(B) | 210.63º | 0.64% | 0.58% | - |
| XYZ | 11.45 | 12.04 | 30.15 | - |
| YUV | 91.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 149 | 0.64 | 0.33 | 0 | 0.42 | 210.63 | 0.48 | 0.4 |
| Hex | 35 | 64 | 95 | 40 | 21 | 0 | 2A | D3 | 30 | 28 |
| Octal | 65 | 144 | 225 | 100 | 41 | 0 | 52 | 323 | 60 | 50 |
| Binary | 110101 | 1100100 | 10010101 | 1000000 | 100001 | 0 | 101010 | 11010011 | 110000 | 101000 |
Color Harmonies of #356495
Complementary color
Monochromatic Colors of #356495
Black with #356495
Text Example
Text Example
White with #356495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356495; }
p { color: rgb(53,100,149); }
H1.HeaderClassName
{
color: #356495;
}
.AnyTagClassName
{
color: #356495;
}
</style>
background-color css
<style>
a { background-color: #356495; }
a { background-color: rgb(53,100,149); }
div.DivClassName
{
background-color: #356495;
}
.BgClassName
{
background-color: #356495;
}
</style>
border-color css
<style>
span { border-color: #356495; }
span { border-color: rgb(53,100,149); }
td.TdClassName
{
border-color: #356495;
}
.TagClassName
{
border-color: #356495;
}
</style>