Shades of Lochmara #356BAC
Tints of Lochmara #356BAC
RGB
CMYK
RGB Variations
Color information
#356BAC (or 0x356BAC) is known color: Lochmara. HEX triplet: 35, 6B and AC. RGB value is (53,107,172). Sum of RGB (Red+Green+Blue) = 53+107+172=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #356BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356BAC is #CA9453. Grayscale: #616161. Windows color (decimal): -13276244 or 11299637. OLE color: 11299637.
HSL color Cylindrical-coordinate representation of color #356BAC: hue angle of 212.77º 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 #356BAC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 107 | 172 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.33 |
| HSL | 212.77º | 0.53% | 0.44% | - |
| HSV(B) | 212.77º | 0.69% | 0.67% | - |
| XYZ | 14.17 | 14.25 | 41.03 | - |
| YUV | 98.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 172 | 0.69 | 0.38 | 0 | 0.33 | 212.77 | 0.53 | 0.44 |
| Hex | 35 | 6B | AC | 45 | 26 | 0 | 21 | D5 | 35 | 2C |
| Octal | 65 | 153 | 254 | 105 | 46 | 0 | 41 | 325 | 65 | 54 |
| Binary | 110101 | 1101011 | 10101100 | 1000101 | 100110 | 0 | 100001 | 11010101 | 110101 | 101100 |
Color Harmonies of #356BAC
Complementary color
Monochromatic Colors of #356BAC
Black with #356BAC
Text Example
Text Example
White with #356BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BAC; }
p { color: rgb(53,107,172); }
H1.HeaderClassName
{
color: #356BAC;
}
.AnyTagClassName
{
color: #356BAC;
}
</style>
background-color css
<style>
a { background-color: #356BAC; }
a { background-color: rgb(53,107,172); }
div.DivClassName
{
background-color: #356BAC;
}
.BgClassName
{
background-color: #356BAC;
}
</style>
border-color css
<style>
span { border-color: #356BAC; }
span { border-color: rgb(53,107,172); }
td.TdClassName
{
border-color: #356BAC;
}
.TagClassName
{
border-color: #356BAC;
}
</style>