Shades of Lochmara #356CAC
Tints of Lochmara #356CAC
RGB
CMYK
RGB Variations
Color information
#356CAC (or 0x356CAC) is known color: Lochmara. HEX triplet: 35, 6C and AC. RGB value is (53,108,172). Sum of RGB (Red+Green+Blue) = 53+108+172=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #356CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356CAC is #CA9353. Grayscale: #626262. Windows color (decimal): -13275988 or 11299893. OLE color: 11299893.
HSL color Cylindrical-coordinate representation of color #356CAC: hue angle of 212.27º 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 #356CAC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 108 | 172 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.33 |
| HSL | 212.27º | 0.53% | 0.44% | - |
| HSV(B) | 212.27º | 0.69% | 0.67% | - |
| XYZ | 14.28 | 14.46 | 41.07 | - |
| YUV | 98.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 172 | 0.69 | 0.37 | 0 | 0.33 | 212.27 | 0.53 | 0.44 |
| Hex | 35 | 6C | AC | 45 | 25 | 0 | 21 | D4 | 35 | 2C |
| Octal | 65 | 154 | 254 | 105 | 45 | 0 | 41 | 324 | 65 | 54 |
| Binary | 110101 | 1101100 | 10101100 | 1000101 | 100101 | 0 | 100001 | 11010100 | 110101 | 101100 |
Color Harmonies of #356CAC
Complementary color
Monochromatic Colors of #356CAC
Black with #356CAC
Text Example
Text Example
White with #356CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CAC; }
p { color: rgb(53,108,172); }
H1.HeaderClassName
{
color: #356CAC;
}
.AnyTagClassName
{
color: #356CAC;
}
</style>
background-color css
<style>
a { background-color: #356CAC; }
a { background-color: rgb(53,108,172); }
div.DivClassName
{
background-color: #356CAC;
}
.BgClassName
{
background-color: #356CAC;
}
</style>
border-color css
<style>
span { border-color: #356CAC; }
span { border-color: rgb(53,108,172); }
td.TdClassName
{
border-color: #356CAC;
}
.TagClassName
{
border-color: #356CAC;
}
</style>