Shades of Lochmara #366898
Tints of Lochmara #366898
RGB
CMYK
RGB Variations
Color information
#366898 (or 0x366898) is known color: Lochmara. HEX triplet: 36, 68 and 98. RGB value is (54,104,152). Sum of RGB (Red+Green+Blue) = 54+104+152=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #366898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366898 is #C99767. Grayscale: #5E5E5E. Windows color (decimal): -13211496 or 9988150. OLE color: 9988150.
HSL color Cylindrical-coordinate representation of color #366898: hue angle of 209.39º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366898 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 104 | 152 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.40 |
| HSL | 209.39º | 0.48% | 0.4% | - |
| HSV(B) | 209.39º | 0.64% | 0.6% | - |
| XYZ | 12.14 | 12.95 | 31.57 | - |
| YUV | 94.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 152 | 0.64 | 0.32 | 0 | 0.40 | 209.39 | 0.48 | 0.4 |
| Hex | 36 | 68 | 98 | 40 | 20 | 0 | 28 | D1 | 30 | 28 |
| Octal | 66 | 150 | 230 | 100 | 40 | 0 | 50 | 321 | 60 | 50 |
| Binary | 110110 | 1101000 | 10011000 | 1000000 | 100000 | 0 | 101000 | 11010001 | 110000 | 101000 |
Color Harmonies of #366898
Complementary color
Monochromatic Colors of #366898
Black with #366898
Text Example
Text Example
White with #366898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366898; }
p { color: rgb(54,104,152); }
H1.HeaderClassName
{
color: #366898;
}
.AnyTagClassName
{
color: #366898;
}
</style>
background-color css
<style>
a { background-color: #366898; }
a { background-color: rgb(54,104,152); }
div.DivClassName
{
background-color: #366898;
}
.BgClassName
{
background-color: #366898;
}
</style>
border-color css
<style>
span { border-color: #366898; }
span { border-color: rgb(54,104,152); }
td.TdClassName
{
border-color: #366898;
}
.TagClassName
{
border-color: #366898;
}
</style>