Shades of Lochmara #366D9F
Tints of Lochmara #366D9F
RGB
CMYK
RGB Variations
Color information
#366D9F (or 0x366D9F) is known color: Lochmara. HEX triplet: 36, 6D and 9F. RGB value is (54,109,159). Sum of RGB (Red+Green+Blue) = 54+109+159=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #366D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D9F is #C99260. Grayscale: #626262. Windows color (decimal): -13210209 or 10448182. OLE color: 10448182.
HSL color Cylindrical-coordinate representation of color #366D9F: hue angle of 208.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #366D9F is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 109 | 159 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.38 |
| HSL | 208.57º | 0.49% | 0.42% | - |
| HSV(B) | 208.57º | 0.66% | 0.62% | - |
| XYZ | 13.25 | 14.22 | 34.85 | - |
| YUV | 98.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 159 | 0.66 | 0.31 | 0 | 0.38 | 208.57 | 0.49 | 0.42 |
| Hex | 36 | 6D | 9F | 42 | 1F | 0 | 26 | D1 | 31 | 2A |
| Octal | 66 | 155 | 237 | 102 | 37 | 0 | 46 | 321 | 61 | 52 |
| Binary | 110110 | 1101101 | 10011111 | 1000010 | 11111 | 0 | 100110 | 11010001 | 110001 | 101010 |
Color Harmonies of #366D9F
Complementary color
Monochromatic Colors of #366D9F
Black with #366D9F
Text Example
Text Example
White with #366D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366D9F; }
p { color: rgb(54,109,159); }
H1.HeaderClassName
{
color: #366D9F;
}
.AnyTagClassName
{
color: #366D9F;
}
</style>
background-color css
<style>
a { background-color: #366D9F; }
a { background-color: rgb(54,109,159); }
div.DivClassName
{
background-color: #366D9F;
}
.BgClassName
{
background-color: #366D9F;
}
</style>
border-color css
<style>
span { border-color: #366D9F; }
span { border-color: rgb(54,109,159); }
td.TdClassName
{
border-color: #366D9F;
}
.TagClassName
{
border-color: #366D9F;
}
</style>