Shades of Lochmara #366CB7
Tints of Lochmara #366CB7
RGB
CMYK
RGB Variations
Color information
#366CB7 (or 0x366CB7) is known color: Lochmara. HEX triplet: 36, 6C and B7. RGB value is (54,108,183). Sum of RGB (Red+Green+Blue) = 54+108+183=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #366CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366CB7 is #C99348. Grayscale: #646464. Windows color (decimal): -13210441 or 12020790. OLE color: 12020790.
HSL color Cylindrical-coordinate representation of color #366CB7: hue angle of 214.88º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366CB7 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 108 | 183 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.28 |
| HSL | 214.88º | 0.54% | 0.46% | - |
| HSV(B) | 214.88º | 0.7% | 0.72% | - |
| XYZ | 15.43 | 14.93 | 46.87 | - |
| YUV | 100.4 | 174.61 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 108 | 183 | 0.70 | 0.41 | 0 | 0.28 | 214.88 | 0.54 | 0.46 |
| Hex | 36 | 6C | B7 | 46 | 29 | 0 | 1C | D7 | 36 | 2E |
| Octal | 66 | 154 | 267 | 106 | 51 | 0 | 34 | 327 | 66 | 56 |
| Binary | 110110 | 1101100 | 10110111 | 1000110 | 101001 | 0 | 11100 | 11010111 | 110110 | 101110 |
Color Harmonies of #366CB7
Complementary color
Monochromatic Colors of #366CB7
Black with #366CB7
Text Example
Text Example
White with #366CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366CB7; }
p { color: rgb(54,108,183); }
H1.HeaderClassName
{
color: #366CB7;
}
.AnyTagClassName
{
color: #366CB7;
}
</style>
background-color css
<style>
a { background-color: #366CB7; }
a { background-color: rgb(54,108,183); }
div.DivClassName
{
background-color: #366CB7;
}
.BgClassName
{
background-color: #366CB7;
}
</style>
border-color css
<style>
span { border-color: #366CB7; }
span { border-color: rgb(54,108,183); }
td.TdClassName
{
border-color: #366CB7;
}
.TagClassName
{
border-color: #366CB7;
}
</style>