Shades of Lochmara #366895
Tints of Lochmara #366895
RGB
CMYK
RGB Variations
Color information
#366895 (or 0x366895) is known color: Lochmara. HEX triplet: 36, 68 and 95. RGB value is (54,104,149). Sum of RGB (Red+Green+Blue) = 54+104+149=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #366895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366895 is #C9976A. Grayscale: #5D5D5D. Windows color (decimal): -13211499 or 9791542. OLE color: 9791542.
HSL color Cylindrical-coordinate representation of color #366895: hue angle of 208.42º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366895 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 104 | 149 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.42 |
| HSL | 208.42º | 0.47% | 0.4% | - |
| HSV(B) | 208.42º | 0.64% | 0.58% | - |
| XYZ | 11.9 | 12.85 | 30.29 | - |
| YUV | 94.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 149 | 0.64 | 0.30 | 0 | 0.42 | 208.42 | 0.47 | 0.4 |
| Hex | 36 | 68 | 95 | 40 | 1E | 0 | 2A | D0 | 2F | 28 |
| Octal | 66 | 150 | 225 | 100 | 36 | 0 | 52 | 320 | 57 | 50 |
| Binary | 110110 | 1101000 | 10010101 | 1000000 | 11110 | 0 | 101010 | 11010000 | 101111 | 101000 |
Color Harmonies of #366895
Complementary color
Monochromatic Colors of #366895
Black with #366895
Text Example
Text Example
White with #366895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366895; }
p { color: rgb(54,104,149); }
H1.HeaderClassName
{
color: #366895;
}
.AnyTagClassName
{
color: #366895;
}
</style>
background-color css
<style>
a { background-color: #366895; }
a { background-color: rgb(54,104,149); }
div.DivClassName
{
background-color: #366895;
}
.BgClassName
{
background-color: #366895;
}
</style>
border-color css
<style>
span { border-color: #366895; }
span { border-color: rgb(54,104,149); }
td.TdClassName
{
border-color: #366895;
}
.TagClassName
{
border-color: #366895;
}
</style>