Shades of Lochmara #366899
Tints of Lochmara #366899
RGB
CMYK
RGB Variations
Color information
#366899 (or 0x366899) is known color: Lochmara. HEX triplet: 36, 68 and 99. RGB value is (54,104,153). Sum of RGB (Red+Green+Blue) = 54+104+153=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #366899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366899 is #C99766. Grayscale: #5E5E5E. Windows color (decimal): -13211495 or 10053686. OLE color: 10053686.
HSL color Cylindrical-coordinate representation of color #366899: hue angle of 209.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366899 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 104 | 153 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.4 |
| HSL | 209.7º | 0.48% | 0.41% | - |
| HSV(B) | 209.7º | 0.65% | 0.6% | - |
| XYZ | 12.22 | 12.98 | 32 | - |
| YUV | 94.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 153 | 0.65 | 0.32 | 0 | 0.4 | 209.7 | 0.48 | 0.41 |
| Hex | 36 | 68 | 99 | 41 | 20 | 0 | 28 | D2 | 30 | 29 |
| Octal | 66 | 150 | 231 | 101 | 40 | 0 | 50 | 322 | 60 | 51 |
| Binary | 110110 | 1101000 | 10011001 | 1000001 | 100000 | 0 | 101000 | 11010010 | 110000 | 101001 |
Color Harmonies of #366899
Complementary color
Monochromatic Colors of #366899
Black with #366899
Text Example
Text Example
White with #366899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366899; }
p { color: rgb(54,104,153); }
H1.HeaderClassName
{
color: #366899;
}
.AnyTagClassName
{
color: #366899;
}
</style>
background-color css
<style>
a { background-color: #366899; }
a { background-color: rgb(54,104,153); }
div.DivClassName
{
background-color: #366899;
}
.BgClassName
{
background-color: #366899;
}
</style>
border-color css
<style>
span { border-color: #366899; }
span { border-color: rgb(54,104,153); }
td.TdClassName
{
border-color: #366899;
}
.TagClassName
{
border-color: #366899;
}
</style>