Shades of Lochmara #356FAD
Tints of Lochmara #356FAD
RGB
CMYK
RGB Variations
Color information
#356FAD (or 0x356FAD) is known color: Lochmara. HEX triplet: 35, 6F and AD. RGB value is (53,111,173). Sum of RGB (Red+Green+Blue) = 53+111+173=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #356FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FAD is #CA9052. Grayscale: #646464. Windows color (decimal): -13275219 or 11366197. OLE color: 11366197.
HSL color Cylindrical-coordinate representation of color #356FAD: hue angle of 211º 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 #356FAD is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 111 | 173 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.32 |
| HSL | 211º | 0.53% | 0.44% | - |
| HSV(B) | 211º | 0.69% | 0.68% | - |
| XYZ | 14.7 | 15.14 | 41.68 | - |
| YUV | 100.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 173 | 0.69 | 0.36 | 0 | 0.32 | 211 | 0.53 | 0.44 |
| Hex | 35 | 6F | AD | 45 | 24 | 0 | 20 | D3 | 35 | 2C |
| Octal | 65 | 157 | 255 | 105 | 44 | 0 | 40 | 323 | 65 | 54 |
| Binary | 110101 | 1101111 | 10101101 | 1000101 | 100100 | 0 | 100000 | 11010011 | 110101 | 101100 |
Color Harmonies of #356FAD
Complementary color
Monochromatic Colors of #356FAD
Black with #356FAD
Text Example
Text Example
White with #356FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FAD; }
p { color: rgb(53,111,173); }
H1.HeaderClassName
{
color: #356FAD;
}
.AnyTagClassName
{
color: #356FAD;
}
</style>
background-color css
<style>
a { background-color: #356FAD; }
a { background-color: rgb(53,111,173); }
div.DivClassName
{
background-color: #356FAD;
}
.BgClassName
{
background-color: #356FAD;
}
</style>
border-color css
<style>
span { border-color: #356FAD; }
span { border-color: rgb(53,111,173); }
td.TdClassName
{
border-color: #356FAD;
}
.TagClassName
{
border-color: #356FAD;
}
</style>