Shades of Lochmara #356BAD
Tints of Lochmara #356BAD
RGB
CMYK
RGB Variations
Color information
#356BAD (or 0x356BAD) is known color: Lochmara. HEX triplet: 35, 6B and AD. RGB value is (53,107,173). Sum of RGB (Red+Green+Blue) = 53+107+173=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #356BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAD is #CA9452. Grayscale: #626262. Windows color (decimal): -13276243 or 11365173. OLE color: 11365173.
HSL color Cylindrical-coordinate representation of color #356BAD: hue angle of 213º 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 #356BAD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 107 | 173 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.32 |
| HSL | 213º | 0.53% | 0.44% | - |
| HSV(B) | 213º | 0.69% | 0.68% | - |
| XYZ | 14.27 | 14.29 | 41.54 | - |
| YUV | 98.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 173 | 0.69 | 0.38 | 0 | 0.32 | 213 | 0.53 | 0.44 |
| Hex | 35 | 6B | AD | 45 | 26 | 0 | 20 | D5 | 35 | 2C |
| Octal | 65 | 153 | 255 | 105 | 46 | 0 | 40 | 325 | 65 | 54 |
| Binary | 110101 | 1101011 | 10101101 | 1000101 | 100110 | 0 | 100000 | 11010101 | 110101 | 101100 |
Color Harmonies of #356BAD
Complementary color
Monochromatic Colors of #356BAD
Black with #356BAD
Text Example
Text Example
White with #356BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BAD; }
p { color: rgb(53,107,173); }
H1.HeaderClassName
{
color: #356BAD;
}
.AnyTagClassName
{
color: #356BAD;
}
</style>
background-color css
<style>
a { background-color: #356BAD; }
a { background-color: rgb(53,107,173); }
div.DivClassName
{
background-color: #356BAD;
}
.BgClassName
{
background-color: #356BAD;
}
</style>
border-color css
<style>
span { border-color: #356BAD; }
span { border-color: rgb(53,107,173); }
td.TdClassName
{
border-color: #356BAD;
}
.TagClassName
{
border-color: #356BAD;
}
</style>