Shades of Lochmara #356FAB
Tints of Lochmara #356FAB
RGB
CMYK
RGB Variations
Color information
#356FAB (or 0x356FAB) is known color: Lochmara. HEX triplet: 35, 6F and AB. RGB value is (53,111,171). Sum of RGB (Red+Green+Blue) = 53+111+171=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #356FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356FAB is #CA9054. Grayscale: #646464. Windows color (decimal): -13275221 or 11235125. OLE color: 11235125.
HSL color Cylindrical-coordinate representation of color #356FAB: hue angle of 210.51º 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 #356FAB is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 111 | 171 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.33 |
| HSL | 210.51º | 0.53% | 0.44% | - |
| HSV(B) | 210.51º | 0.69% | 0.67% | - |
| XYZ | 14.5 | 15.07 | 40.67 | - |
| YUV | 100.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 171 | 0.69 | 0.35 | 0 | 0.33 | 210.51 | 0.53 | 0.44 |
| Hex | 35 | 6F | AB | 45 | 23 | 0 | 21 | D3 | 35 | 2C |
| Octal | 65 | 157 | 253 | 105 | 43 | 0 | 41 | 323 | 65 | 54 |
| Binary | 110101 | 1101111 | 10101011 | 1000101 | 100011 | 0 | 100001 | 11010011 | 110101 | 101100 |
Color Harmonies of #356FAB
Complementary color
Monochromatic Colors of #356FAB
Black with #356FAB
Text Example
Text Example
White with #356FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FAB; }
p { color: rgb(53,111,171); }
H1.HeaderClassName
{
color: #356FAB;
}
.AnyTagClassName
{
color: #356FAB;
}
</style>
background-color css
<style>
a { background-color: #356FAB; }
a { background-color: rgb(53,111,171); }
div.DivClassName
{
background-color: #356FAB;
}
.BgClassName
{
background-color: #356FAB;
}
</style>
border-color css
<style>
span { border-color: #356FAB; }
span { border-color: rgb(53,111,171); }
td.TdClassName
{
border-color: #356FAB;
}
.TagClassName
{
border-color: #356FAB;
}
</style>