Shades of Lochmara #366A96
Tints of Lochmara #366A96
RGB
CMYK
RGB Variations
Color information
#366A96 (or 0x366A96) is known color: Lochmara. HEX triplet: 36, 6A and 96. RGB value is (54,106,150). Sum of RGB (Red+Green+Blue) = 54+106+150=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #366A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A96 is #C99569. Grayscale: #5F5F5F. Windows color (decimal): -13210986 or 9857590. OLE color: 9857590.
HSL color Cylindrical-coordinate representation of color #366A96: hue angle of 207.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366A96 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 106 | 150 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.41 |
| HSL | 207.5º | 0.47% | 0.4% | - |
| HSV(B) | 207.5º | 0.64% | 0.59% | - |
| XYZ | 12.18 | 13.29 | 30.78 | - |
| YUV | 95.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 150 | 0.64 | 0.29 | 0 | 0.41 | 207.5 | 0.47 | 0.4 |
| Hex | 36 | 6A | 96 | 40 | 1D | 0 | 29 | D0 | 2F | 28 |
| Octal | 66 | 152 | 226 | 100 | 35 | 0 | 51 | 320 | 57 | 50 |
| Binary | 110110 | 1101010 | 10010110 | 1000000 | 11101 | 0 | 101001 | 11010000 | 101111 | 101000 |
Color Harmonies of #366A96
Complementary color
Monochromatic Colors of #366A96
Black with #366A96
Text Example
Text Example
White with #366A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A96; }
p { color: rgb(54,106,150); }
H1.HeaderClassName
{
color: #366A96;
}
.AnyTagClassName
{
color: #366A96;
}
</style>
background-color css
<style>
a { background-color: #366A96; }
a { background-color: rgb(54,106,150); }
div.DivClassName
{
background-color: #366A96;
}
.BgClassName
{
background-color: #366A96;
}
</style>
border-color css
<style>
span { border-color: #366A96; }
span { border-color: rgb(54,106,150); }
td.TdClassName
{
border-color: #366A96;
}
.TagClassName
{
border-color: #366A96;
}
</style>