Shades of Lochmara #366796
Tints of Lochmara #366796
RGB
CMYK
RGB Variations
Color information
#366796 (or 0x366796) is known color: Lochmara. HEX triplet: 36, 67 and 96. RGB value is (54,103,150). Sum of RGB (Red+Green+Blue) = 54+103+150=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #366796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366796 is #C99869. Grayscale: #5D5D5D. Windows color (decimal): -13211754 or 9856822. OLE color: 9856822.
HSL color Cylindrical-coordinate representation of color #366796: hue angle of 209.38º 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 #366796 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 103 | 150 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.41 |
| HSL | 209.38º | 0.47% | 0.4% | - |
| HSV(B) | 209.38º | 0.64% | 0.59% | - |
| XYZ | 11.88 | 12.69 | 30.68 | - |
| YUV | 93.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 150 | 0.64 | 0.31 | 0 | 0.41 | 209.38 | 0.47 | 0.4 |
| Hex | 36 | 67 | 96 | 40 | 1F | 0 | 29 | D1 | 2F | 28 |
| Octal | 66 | 147 | 226 | 100 | 37 | 0 | 51 | 321 | 57 | 50 |
| Binary | 110110 | 1100111 | 10010110 | 1000000 | 11111 | 0 | 101001 | 11010001 | 101111 | 101000 |
Color Harmonies of #366796
Complementary color
Monochromatic Colors of #366796
Black with #366796
Text Example
Text Example
White with #366796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366796; }
p { color: rgb(54,103,150); }
H1.HeaderClassName
{
color: #366796;
}
.AnyTagClassName
{
color: #366796;
}
</style>
background-color css
<style>
a { background-color: #366796; }
a { background-color: rgb(54,103,150); }
div.DivClassName
{
background-color: #366796;
}
.BgClassName
{
background-color: #366796;
}
</style>
border-color css
<style>
span { border-color: #366796; }
span { border-color: rgb(54,103,150); }
td.TdClassName
{
border-color: #366796;
}
.TagClassName
{
border-color: #366796;
}
</style>