Shades of Lochmara #366FA0
Tints of Lochmara #366FA0
RGB
CMYK
RGB Variations
Color information
#366FA0 (or 0x366FA0) is known color: Lochmara. HEX triplet: 36, 6F and A0. RGB value is (54,111,160). Sum of RGB (Red+Green+Blue) = 54+111+160=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #366FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FA0 is #C9905F. Grayscale: #636363. Windows color (decimal): -13209696 or 10514230. OLE color: 10514230.
HSL color Cylindrical-coordinate representation of color #366FA0: hue angle of 207.74º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366FA0 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 111 | 160 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.37 |
| HSL | 207.74º | 0.5% | 0.42% | - |
| HSV(B) | 207.74º | 0.66% | 0.63% | - |
| XYZ | 13.55 | 14.69 | 35.38 | - |
| YUV | 99.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 160 | 0.66 | 0.31 | 0 | 0.37 | 207.74 | 0.5 | 0.42 |
| Hex | 36 | 6F | A0 | 42 | 1F | 0 | 25 | D0 | 32 | 2A |
| Octal | 66 | 157 | 240 | 102 | 37 | 0 | 45 | 320 | 62 | 52 |
| Binary | 110110 | 1101111 | 10100000 | 1000010 | 11111 | 0 | 100101 | 11010000 | 110010 | 101010 |
Color Harmonies of #366FA0
Complementary color
Monochromatic Colors of #366FA0
Black with #366FA0
Text Example
Text Example
White with #366FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FA0; }
p { color: rgb(54,111,160); }
H1.HeaderClassName
{
color: #366FA0;
}
.AnyTagClassName
{
color: #366FA0;
}
</style>
background-color css
<style>
a { background-color: #366FA0; }
a { background-color: rgb(54,111,160); }
div.DivClassName
{
background-color: #366FA0;
}
.BgClassName
{
background-color: #366FA0;
}
</style>
border-color css
<style>
span { border-color: #366FA0; }
span { border-color: rgb(54,111,160); }
td.TdClassName
{
border-color: #366FA0;
}
.TagClassName
{
border-color: #366FA0;
}
</style>