Shades of Lochmara #356DAB
Tints of Lochmara #356DAB
RGB
CMYK
RGB Variations
Color information
#356DAB (or 0x356DAB) is known color: Lochmara. HEX triplet: 35, 6D and AB. RGB value is (53,109,171). Sum of RGB (Red+Green+Blue) = 53+109+171=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #356DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356DAB is #CA9254. Grayscale: #636363. Windows color (decimal): -13275733 or 11234613. OLE color: 11234613.
HSL color Cylindrical-coordinate representation of color #356DAB: hue angle of 211.53º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356DAB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 109 | 171 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.33 |
| HSL | 211.53º | 0.53% | 0.44% | - |
| HSV(B) | 211.53º | 0.69% | 0.67% | - |
| XYZ | 14.29 | 14.63 | 40.6 | - |
| YUV | 99.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 171 | 0.69 | 0.36 | 0 | 0.33 | 211.53 | 0.53 | 0.44 |
| Hex | 35 | 6D | AB | 45 | 24 | 0 | 21 | D4 | 35 | 2C |
| Octal | 65 | 155 | 253 | 105 | 44 | 0 | 41 | 324 | 65 | 54 |
| Binary | 110101 | 1101101 | 10101011 | 1000101 | 100100 | 0 | 100001 | 11010100 | 110101 | 101100 |
Color Harmonies of #356DAB
Complementary color
Monochromatic Colors of #356DAB
Black with #356DAB
Text Example
Text Example
White with #356DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DAB; }
p { color: rgb(53,109,171); }
H1.HeaderClassName
{
color: #356DAB;
}
.AnyTagClassName
{
color: #356DAB;
}
</style>
background-color css
<style>
a { background-color: #356DAB; }
a { background-color: rgb(53,109,171); }
div.DivClassName
{
background-color: #356DAB;
}
.BgClassName
{
background-color: #356DAB;
}
</style>
border-color css
<style>
span { border-color: #356DAB; }
span { border-color: rgb(53,109,171); }
td.TdClassName
{
border-color: #356DAB;
}
.TagClassName
{
border-color: #356DAB;
}
</style>