Shades of Lochmara #356DAD
Tints of Lochmara #356DAD
RGB
CMYK
RGB Variations
Color information
#356DAD (or 0x356DAD) is known color: Lochmara. HEX triplet: 35, 6D and AD. RGB value is (53,109,173). Sum of RGB (Red+Green+Blue) = 53+109+173=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #356DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAD is #CA9252. Grayscale: #636363. Windows color (decimal): -13275731 or 11365685. OLE color: 11365685.
HSL color Cylindrical-coordinate representation of color #356DAD: hue angle of 212º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356DAD is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 109 | 173 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.32 |
| HSL | 212º | 0.53% | 0.44% | - |
| HSV(B) | 212º | 0.69% | 0.68% | - |
| XYZ | 14.48 | 14.71 | 41.61 | - |
| YUV | 99.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 173 | 0.69 | 0.37 | 0 | 0.32 | 212 | 0.53 | 0.44 |
| Hex | 35 | 6D | AD | 45 | 25 | 0 | 20 | D4 | 35 | 2C |
| Octal | 65 | 155 | 255 | 105 | 45 | 0 | 40 | 324 | 65 | 54 |
| Binary | 110101 | 1101101 | 10101101 | 1000101 | 100101 | 0 | 100000 | 11010100 | 110101 | 101100 |
Color Harmonies of #356DAD
Complementary color
Monochromatic Colors of #356DAD
Black with #356DAD
Text Example
Text Example
White with #356DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DAD; }
p { color: rgb(53,109,173); }
H1.HeaderClassName
{
color: #356DAD;
}
.AnyTagClassName
{
color: #356DAD;
}
</style>
background-color css
<style>
a { background-color: #356DAD; }
a { background-color: rgb(53,109,173); }
div.DivClassName
{
background-color: #356DAD;
}
.BgClassName
{
background-color: #356DAD;
}
</style>
border-color css
<style>
span { border-color: #356DAD; }
span { border-color: rgb(53,109,173); }
td.TdClassName
{
border-color: #356DAD;
}
.TagClassName
{
border-color: #356DAD;
}
</style>