Shades of Lochmara #356DB7
Tints of Lochmara #356DB7
RGB
CMYK
RGB Variations
Color information
#356DB7 (or 0x356DB7) is known color: Lochmara. HEX triplet: 35, 6D and B7. RGB value is (53,109,183). Sum of RGB (Red+Green+Blue) = 53+109+183=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #356DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DB7 is #CA9248. Grayscale: #646464. Windows color (decimal): -13275721 or 12021045. OLE color: 12021045.
HSL color Cylindrical-coordinate representation of color #356DB7: hue angle of 214.15º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356DB7 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 109 | 183 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.28 |
| HSL | 214.15º | 0.55% | 0.46% | - |
| HSV(B) | 214.15º | 0.71% | 0.72% | - |
| XYZ | 15.48 | 15.11 | 46.9 | - |
| YUV | 100.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 183 | 0.71 | 0.40 | 0 | 0.28 | 214.15 | 0.55 | 0.46 |
| Hex | 35 | 6D | B7 | 47 | 28 | 0 | 1C | D6 | 37 | 2E |
| Octal | 65 | 155 | 267 | 107 | 50 | 0 | 34 | 326 | 67 | 56 |
| Binary | 110101 | 1101101 | 10110111 | 1000111 | 101000 | 0 | 11100 | 11010110 | 110111 | 101110 |
Color Harmonies of #356DB7
Complementary color
Monochromatic Colors of #356DB7
Black with #356DB7
Text Example
Text Example
White with #356DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DB7; }
p { color: rgb(53,109,183); }
H1.HeaderClassName
{
color: #356DB7;
}
.AnyTagClassName
{
color: #356DB7;
}
</style>
background-color css
<style>
a { background-color: #356DB7; }
a { background-color: rgb(53,109,183); }
div.DivClassName
{
background-color: #356DB7;
}
.BgClassName
{
background-color: #356DB7;
}
</style>
border-color css
<style>
span { border-color: #356DB7; }
span { border-color: rgb(53,109,183); }
td.TdClassName
{
border-color: #356DB7;
}
.TagClassName
{
border-color: #356DB7;
}
</style>