Shades of Lochmara #356D95
Tints of Lochmara #356D95
RGB
CMYK
RGB Variations
Color information
#356D95 (or 0x356D95) is known color: Lochmara. HEX triplet: 35, 6D and 95. RGB value is (53,109,149). Sum of RGB (Red+Green+Blue) = 53+109+149=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #356D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356D95 is #CA926A. Grayscale: #606060. Windows color (decimal): -13275755 or 9792821. OLE color: 9792821.
HSL color Cylindrical-coordinate representation of color #356D95: hue angle of 205º 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 #356D95 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 109 | 149 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.42 |
| HSL | 205º | 0.48% | 0.4% | - |
| HSV(B) | 205º | 0.64% | 0.58% | - |
| XYZ | 12.36 | 13.86 | 30.46 | - |
| YUV | 96.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 149 | 0.64 | 0.27 | 0 | 0.42 | 205 | 0.48 | 0.4 |
| Hex | 35 | 6D | 95 | 40 | 1B | 0 | 2A | CD | 30 | 28 |
| Octal | 65 | 155 | 225 | 100 | 33 | 0 | 52 | 315 | 60 | 50 |
| Binary | 110101 | 1101101 | 10010101 | 1000000 | 11011 | 0 | 101010 | 11001101 | 110000 | 101000 |
Color Harmonies of #356D95
Complementary color
Monochromatic Colors of #356D95
Black with #356D95
Text Example
Text Example
White with #356D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356D95; }
p { color: rgb(53,109,149); }
H1.HeaderClassName
{
color: #356D95;
}
.AnyTagClassName
{
color: #356D95;
}
</style>
background-color css
<style>
a { background-color: #356D95; }
a { background-color: rgb(53,109,149); }
div.DivClassName
{
background-color: #356D95;
}
.BgClassName
{
background-color: #356D95;
}
</style>
border-color css
<style>
span { border-color: #356D95; }
span { border-color: rgb(53,109,149); }
td.TdClassName
{
border-color: #356D95;
}
.TagClassName
{
border-color: #356D95;
}
</style>