Shades of Lochmara #356298
Tints of Lochmara #356298
RGB
CMYK
RGB Variations
Color information
#356298 (or 0x356298) is known color: Lochmara. HEX triplet: 35, 62 and 98. RGB value is (53,98,152). Sum of RGB (Red+Green+Blue) = 53+98+152=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #356298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356298 is #CA9D67. Grayscale: #5A5A5A. Windows color (decimal): -13278568 or 9986613. OLE color: 9986613.
HSL color Cylindrical-coordinate representation of color #356298: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356298 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 98 | 152 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.40 |
| HSL | 212.73º | 0.48% | 0.4% | - |
| HSV(B) | 212.73º | 0.65% | 0.6% | - |
| XYZ | 11.5 | 11.76 | 31.37 | - |
| YUV | 90.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 152 | 0.65 | 0.36 | 0 | 0.40 | 212.73 | 0.48 | 0.4 |
| Hex | 35 | 62 | 98 | 41 | 24 | 0 | 28 | D5 | 30 | 28 |
| Octal | 65 | 142 | 230 | 101 | 44 | 0 | 50 | 325 | 60 | 50 |
| Binary | 110101 | 1100010 | 10011000 | 1000001 | 100100 | 0 | 101000 | 11010101 | 110000 | 101000 |
Color Harmonies of #356298
Complementary color
Monochromatic Colors of #356298
Black with #356298
Text Example
Text Example
White with #356298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356298; }
p { color: rgb(53,98,152); }
H1.HeaderClassName
{
color: #356298;
}
.AnyTagClassName
{
color: #356298;
}
</style>
background-color css
<style>
a { background-color: #356298; }
a { background-color: rgb(53,98,152); }
div.DivClassName
{
background-color: #356298;
}
.BgClassName
{
background-color: #356298;
}
</style>
border-color css
<style>
span { border-color: #356298; }
span { border-color: rgb(53,98,152); }
td.TdClassName
{
border-color: #356298;
}
.TagClassName
{
border-color: #356298;
}
</style>