Shades of Lochmara #366599
Tints of Lochmara #366599
RGB
CMYK
RGB Variations
Color information
#366599 (or 0x366599) is known color: Lochmara. HEX triplet: 36, 65 and 99. RGB value is (54,101,153). Sum of RGB (Red+Green+Blue) = 54+101+153=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #366599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366599 is #C99A66. Grayscale: #5C5C5C. Windows color (decimal): -13212263 or 10052918. OLE color: 10052918.
HSL color Cylindrical-coordinate representation of color #366599: hue angle of 211.52º 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 #366599 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 101 | 153 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.4 |
| HSL | 211.52º | 0.48% | 0.41% | - |
| HSV(B) | 211.52º | 0.65% | 0.6% | - |
| XYZ | 11.92 | 12.39 | 31.9 | - |
| YUV | 92.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 153 | 0.65 | 0.34 | 0 | 0.4 | 211.52 | 0.48 | 0.41 |
| Hex | 36 | 65 | 99 | 41 | 22 | 0 | 28 | D4 | 30 | 29 |
| Octal | 66 | 145 | 231 | 101 | 42 | 0 | 50 | 324 | 60 | 51 |
| Binary | 110110 | 1100101 | 10011001 | 1000001 | 100010 | 0 | 101000 | 11010100 | 110000 | 101001 |
Color Harmonies of #366599
Complementary color
Monochromatic Colors of #366599
Black with #366599
Text Example
Text Example
White with #366599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366599; }
p { color: rgb(54,101,153); }
H1.HeaderClassName
{
color: #366599;
}
.AnyTagClassName
{
color: #366599;
}
</style>
background-color css
<style>
a { background-color: #366599; }
a { background-color: rgb(54,101,153); }
div.DivClassName
{
background-color: #366599;
}
.BgClassName
{
background-color: #366599;
}
</style>
border-color css
<style>
span { border-color: #366599; }
span { border-color: rgb(54,101,153); }
td.TdClassName
{
border-color: #366599;
}
.TagClassName
{
border-color: #366599;
}
</style>