Shades of Lochmara #356395
Tints of Lochmara #356395
RGB
CMYK
RGB Variations
Color information
#356395 (or 0x356395) is known color: Lochmara. HEX triplet: 35, 63 and 95. RGB value is (53,99,149). Sum of RGB (Red+Green+Blue) = 53+99+149=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #356395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356395 is #CA9C6A. Grayscale: #5A5A5A. Windows color (decimal): -13278315 or 9790261. OLE color: 9790261.
HSL color Cylindrical-coordinate representation of color #356395: hue angle of 211.25º 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 #356395 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 99 | 149 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.42 |
| HSL | 211.25º | 0.48% | 0.4% | - |
| HSV(B) | 211.25º | 0.64% | 0.58% | - |
| XYZ | 11.35 | 11.85 | 30.12 | - |
| YUV | 90.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 99 | 149 | 0.64 | 0.34 | 0 | 0.42 | 211.25 | 0.48 | 0.4 |
| Hex | 35 | 63 | 95 | 40 | 22 | 0 | 2A | D3 | 30 | 28 |
| Octal | 65 | 143 | 225 | 100 | 42 | 0 | 52 | 323 | 60 | 50 |
| Binary | 110101 | 1100011 | 10010101 | 1000000 | 100010 | 0 | 101010 | 11010011 | 110000 | 101000 |
Color Harmonies of #356395
Complementary color
Monochromatic Colors of #356395
Black with #356395
Text Example
Text Example
White with #356395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356395; }
p { color: rgb(53,99,149); }
H1.HeaderClassName
{
color: #356395;
}
.AnyTagClassName
{
color: #356395;
}
</style>
background-color css
<style>
a { background-color: #356395; }
a { background-color: rgb(53,99,149); }
div.DivClassName
{
background-color: #356395;
}
.BgClassName
{
background-color: #356395;
}
</style>
border-color css
<style>
span { border-color: #356395; }
span { border-color: rgb(53,99,149); }
td.TdClassName
{
border-color: #356395;
}
.TagClassName
{
border-color: #356395;
}
</style>