Shades of Lochmara #356AA2
Tints of Lochmara #356AA2
RGB
CMYK
RGB Variations
Color information
#356AA2 (or 0x356AA2) is known color: Lochmara. HEX triplet: 35, 6A and A2. RGB value is (53,106,162). Sum of RGB (Red+Green+Blue) = 53+106+162=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #356AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356AA2 is #CA955D. Grayscale: #606060. Windows color (decimal): -13276510 or 10644021. OLE color: 10644021.
HSL color Cylindrical-coordinate representation of color #356AA2: hue angle of 210.83º 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 #356AA2 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 106 | 162 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.36 |
| HSL | 210.83º | 0.51% | 0.42% | - |
| HSV(B) | 210.83º | 0.67% | 0.64% | - |
| XYZ | 13.14 | 13.67 | 36.13 | - |
| YUV | 96.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 106 | 162 | 0.67 | 0.35 | 0 | 0.36 | 210.83 | 0.51 | 0.42 |
| Hex | 35 | 6A | A2 | 43 | 23 | 0 | 24 | D3 | 33 | 2A |
| Octal | 65 | 152 | 242 | 103 | 43 | 0 | 44 | 323 | 63 | 52 |
| Binary | 110101 | 1101010 | 10100010 | 1000011 | 100011 | 0 | 100100 | 11010011 | 110011 | 101010 |
Color Harmonies of #356AA2
Complementary color
Monochromatic Colors of #356AA2
Black with #356AA2
Text Example
Text Example
White with #356AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356AA2; }
p { color: rgb(53,106,162); }
H1.HeaderClassName
{
color: #356AA2;
}
.AnyTagClassName
{
color: #356AA2;
}
</style>
background-color css
<style>
a { background-color: #356AA2; }
a { background-color: rgb(53,106,162); }
div.DivClassName
{
background-color: #356AA2;
}
.BgClassName
{
background-color: #356AA2;
}
</style>
border-color css
<style>
span { border-color: #356AA2; }
span { border-color: rgb(53,106,162); }
td.TdClassName
{
border-color: #356AA2;
}
.TagClassName
{
border-color: #356AA2;
}
</style>