Shades of Lochmara #356EA2
Tints of Lochmara #356EA2
RGB
CMYK
RGB Variations
Color information
#356EA2 (or 0x356EA2) is known color: Lochmara. HEX triplet: 35, 6E and A2. RGB value is (53,110,162). Sum of RGB (Red+Green+Blue) = 53+110+162=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #356EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356EA2 is #CA915D. Grayscale: #626262. Windows color (decimal): -13275486 or 10645045. OLE color: 10645045.
HSL color Cylindrical-coordinate representation of color #356EA2: hue angle of 208.62º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356EA2 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 110 | 162 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.36 |
| HSL | 208.62º | 0.51% | 0.42% | - |
| HSV(B) | 208.62º | 0.67% | 0.64% | - |
| XYZ | 13.57 | 14.52 | 36.27 | - |
| YUV | 98.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 162 | 0.67 | 0.32 | 0 | 0.36 | 208.62 | 0.51 | 0.42 |
| Hex | 35 | 6E | A2 | 43 | 20 | 0 | 24 | D1 | 33 | 2A |
| Octal | 65 | 156 | 242 | 103 | 40 | 0 | 44 | 321 | 63 | 52 |
| Binary | 110101 | 1101110 | 10100010 | 1000011 | 100000 | 0 | 100100 | 11010001 | 110011 | 101010 |
Color Harmonies of #356EA2
Complementary color
Monochromatic Colors of #356EA2
Black with #356EA2
Text Example
Text Example
White with #356EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EA2; }
p { color: rgb(53,110,162); }
H1.HeaderClassName
{
color: #356EA2;
}
.AnyTagClassName
{
color: #356EA2;
}
</style>
background-color css
<style>
a { background-color: #356EA2; }
a { background-color: rgb(53,110,162); }
div.DivClassName
{
background-color: #356EA2;
}
.BgClassName
{
background-color: #356EA2;
}
</style>
border-color css
<style>
span { border-color: #356EA2; }
span { border-color: rgb(53,110,162); }
td.TdClassName
{
border-color: #356EA2;
}
.TagClassName
{
border-color: #356EA2;
}
</style>