Shades of Lochmara #366897
Tints of Lochmara #366897
RGB
CMYK
RGB Variations
Color information
#366897 (or 0x366897) is known color: Lochmara. HEX triplet: 36, 68 and 97. RGB value is (54,104,151). Sum of RGB (Red+Green+Blue) = 54+104+151=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #366897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366897 is #C99768. Grayscale: #5E5E5E. Windows color (decimal): -13211497 or 9922614. OLE color: 9922614.
HSL color Cylindrical-coordinate representation of color #366897: hue angle of 209.07º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366897 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 104 | 151 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.41 |
| HSL | 209.07º | 0.47% | 0.4% | - |
| HSV(B) | 209.07º | 0.64% | 0.59% | - |
| XYZ | 12.06 | 12.92 | 31.14 | - |
| YUV | 94.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 151 | 0.64 | 0.31 | 0 | 0.41 | 209.07 | 0.47 | 0.4 |
| Hex | 36 | 68 | 97 | 40 | 1F | 0 | 29 | D1 | 2F | 28 |
| Octal | 66 | 150 | 227 | 100 | 37 | 0 | 51 | 321 | 57 | 50 |
| Binary | 110110 | 1101000 | 10010111 | 1000000 | 11111 | 0 | 101001 | 11010001 | 101111 | 101000 |
Color Harmonies of #366897
Complementary color
Monochromatic Colors of #366897
Black with #366897
Text Example
Text Example
White with #366897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366897; }
p { color: rgb(54,104,151); }
H1.HeaderClassName
{
color: #366897;
}
.AnyTagClassName
{
color: #366897;
}
</style>
background-color css
<style>
a { background-color: #366897; }
a { background-color: rgb(54,104,151); }
div.DivClassName
{
background-color: #366897;
}
.BgClassName
{
background-color: #366897;
}
</style>
border-color css
<style>
span { border-color: #366897; }
span { border-color: rgb(54,104,151); }
td.TdClassName
{
border-color: #366897;
}
.TagClassName
{
border-color: #366897;
}
</style>