Shades of Lochmara #366797
Tints of Lochmara #366797
RGB
CMYK
RGB Variations
Color information
#366797 (or 0x366797) is known color: Lochmara. HEX triplet: 36, 67 and 97. RGB value is (54,103,151). Sum of RGB (Red+Green+Blue) = 54+103+151=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #366797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366797 is #C99868. Grayscale: #5D5D5D. Windows color (decimal): -13211753 or 9922358. OLE color: 9922358.
HSL color Cylindrical-coordinate representation of color #366797: hue angle of 209.69º 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 #366797 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 103 | 151 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.41 |
| HSL | 209.69º | 0.47% | 0.4% | - |
| HSV(B) | 209.69º | 0.64% | 0.59% | - |
| XYZ | 11.96 | 12.72 | 31.1 | - |
| YUV | 93.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 151 | 0.64 | 0.32 | 0 | 0.41 | 209.69 | 0.47 | 0.4 |
| Hex | 36 | 67 | 97 | 40 | 20 | 0 | 29 | D2 | 2F | 28 |
| Octal | 66 | 147 | 227 | 100 | 40 | 0 | 51 | 322 | 57 | 50 |
| Binary | 110110 | 1100111 | 10010111 | 1000000 | 100000 | 0 | 101001 | 11010010 | 101111 | 101000 |
Color Harmonies of #366797
Complementary color
Monochromatic Colors of #366797
Black with #366797
Text Example
Text Example
White with #366797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366797; }
p { color: rgb(54,103,151); }
H1.HeaderClassName
{
color: #366797;
}
.AnyTagClassName
{
color: #366797;
}
</style>
background-color css
<style>
a { background-color: #366797; }
a { background-color: rgb(54,103,151); }
div.DivClassName
{
background-color: #366797;
}
.BgClassName
{
background-color: #366797;
}
</style>
border-color css
<style>
span { border-color: #366797; }
span { border-color: rgb(54,103,151); }
td.TdClassName
{
border-color: #366797;
}
.TagClassName
{
border-color: #366797;
}
</style>