Shades of Lochmara #356DB8
Tints of Lochmara #356DB8
RGB
CMYK
RGB Variations
Color information
#356DB8 (or 0x356DB8) is known color: Lochmara. HEX triplet: 35, 6D and B8. RGB value is (53,109,184). Sum of RGB (Red+Green+Blue) = 53+109+184=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #356DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DB8 is #CA9247. Grayscale: #646464. Windows color (decimal): -13275720 or 12086581. OLE color: 12086581.
HSL color Cylindrical-coordinate representation of color #356DB8: hue angle of 214.35º 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 #356DB8 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 109 | 184 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.28 |
| HSL | 214.35º | 0.55% | 0.46% | - |
| HSV(B) | 214.35º | 0.71% | 0.72% | - |
| XYZ | 15.59 | 15.15 | 47.45 | - |
| YUV | 100.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 184 | 0.71 | 0.41 | 0 | 0.28 | 214.35 | 0.55 | 0.46 |
| Hex | 35 | 6D | B8 | 47 | 29 | 0 | 1C | D6 | 37 | 2E |
| Octal | 65 | 155 | 270 | 107 | 51 | 0 | 34 | 326 | 67 | 56 |
| Binary | 110101 | 1101101 | 10111000 | 1000111 | 101001 | 0 | 11100 | 11010110 | 110111 | 101110 |
Color Harmonies of #356DB8
Complementary color
Monochromatic Colors of #356DB8
Black with #356DB8
Text Example
Text Example
White with #356DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DB8; }
p { color: rgb(53,109,184); }
H1.HeaderClassName
{
color: #356DB8;
}
.AnyTagClassName
{
color: #356DB8;
}
</style>
background-color css
<style>
a { background-color: #356DB8; }
a { background-color: rgb(53,109,184); }
div.DivClassName
{
background-color: #356DB8;
}
.BgClassName
{
background-color: #356DB8;
}
</style>
border-color css
<style>
span { border-color: #356DB8; }
span { border-color: rgb(53,109,184); }
td.TdClassName
{
border-color: #356DB8;
}
.TagClassName
{
border-color: #356DB8;
}
</style>