Shades of Lochmara #366C96
Tints of Lochmara #366C96
RGB
CMYK
RGB Variations
Color information
#366C96 (or 0x366C96) is known color: Lochmara. HEX triplet: 36, 6C and 96. RGB value is (54,108,150). Sum of RGB (Red+Green+Blue) = 54+108+150=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #366C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C96 is #C99369. Grayscale: #606060. Windows color (decimal): -13210474 or 9858102. OLE color: 9858102.
HSL color Cylindrical-coordinate representation of color #366C96: hue angle of 206.25º 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 #366C96 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 108 | 150 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.41 |
| HSL | 206.25º | 0.47% | 0.4% | - |
| HSV(B) | 206.25º | 0.64% | 0.59% | - |
| XYZ | 12.39 | 13.71 | 30.85 | - |
| YUV | 96.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 150 | 0.64 | 0.28 | 0 | 0.41 | 206.25 | 0.47 | 0.4 |
| Hex | 36 | 6C | 96 | 40 | 1C | 0 | 29 | CE | 2F | 28 |
| Octal | 66 | 154 | 226 | 100 | 34 | 0 | 51 | 316 | 57 | 50 |
| Binary | 110110 | 1101100 | 10010110 | 1000000 | 11100 | 0 | 101001 | 11001110 | 101111 | 101000 |
Color Harmonies of #366C96
Complementary color
Monochromatic Colors of #366C96
Black with #366C96
Text Example
Text Example
White with #366C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366C96; }
p { color: rgb(54,108,150); }
H1.HeaderClassName
{
color: #366C96;
}
.AnyTagClassName
{
color: #366C96;
}
</style>
background-color css
<style>
a { background-color: #366C96; }
a { background-color: rgb(54,108,150); }
div.DivClassName
{
background-color: #366C96;
}
.BgClassName
{
background-color: #366C96;
}
</style>
border-color css
<style>
span { border-color: #366C96; }
span { border-color: rgb(54,108,150); }
td.TdClassName
{
border-color: #366C96;
}
.TagClassName
{
border-color: #366C96;
}
</style>