Shades of Lochmara #366696
Tints of Lochmara #366696
RGB
CMYK
RGB Variations
Color information
#366696 (or 0x366696) is known color: Lochmara. HEX triplet: 36, 66 and 96. RGB value is (54,102,150). Sum of RGB (Red+Green+Blue) = 54+102+150=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #366696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366696 is #C99969. Grayscale: #5C5C5C. Windows color (decimal): -13212010 or 9856566. OLE color: 9856566.
HSL color Cylindrical-coordinate representation of color #366696: hue angle of 210º 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 #366696 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 102 | 150 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.41 |
| HSL | 210º | 0.47% | 0.4% | - |
| HSV(B) | 210º | 0.64% | 0.59% | - |
| XYZ | 11.78 | 12.49 | 30.64 | - |
| YUV | 93.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 150 | 0.64 | 0.32 | 0 | 0.41 | 210 | 0.47 | 0.4 |
| Hex | 36 | 66 | 96 | 40 | 20 | 0 | 29 | D2 | 2F | 28 |
| Octal | 66 | 146 | 226 | 100 | 40 | 0 | 51 | 322 | 57 | 50 |
| Binary | 110110 | 1100110 | 10010110 | 1000000 | 100000 | 0 | 101001 | 11010010 | 101111 | 101000 |
Color Harmonies of #366696
Complementary color
Monochromatic Colors of #366696
Black with #366696
Text Example
Text Example
White with #366696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366696; }
p { color: rgb(54,102,150); }
H1.HeaderClassName
{
color: #366696;
}
.AnyTagClassName
{
color: #366696;
}
</style>
background-color css
<style>
a { background-color: #366696; }
a { background-color: rgb(54,102,150); }
div.DivClassName
{
background-color: #366696;
}
.BgClassName
{
background-color: #366696;
}
</style>
border-color css
<style>
span { border-color: #366696; }
span { border-color: rgb(54,102,150); }
td.TdClassName
{
border-color: #366696;
}
.TagClassName
{
border-color: #366696;
}
</style>