Shades of Lochmara #366A9A
Tints of Lochmara #366A9A
RGB
CMYK
RGB Variations
Color information
#366A9A (or 0x366A9A) is known color: Lochmara. HEX triplet: 36, 6A and 9A. RGB value is (54,106,154). Sum of RGB (Red+Green+Blue) = 54+106+154=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #366A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A9A is #C99565. Grayscale: #5F5F5F. Windows color (decimal): -13210982 or 10119734. OLE color: 10119734.
HSL color Cylindrical-coordinate representation of color #366A9A: hue angle of 208.8º 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 #366A9A is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 106 | 154 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.40 |
| HSL | 208.8º | 0.48% | 0.41% | - |
| HSV(B) | 208.8º | 0.65% | 0.6% | - |
| XYZ | 12.51 | 13.43 | 32.5 | - |
| YUV | 95.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 154 | 0.65 | 0.31 | 0 | 0.40 | 208.8 | 0.48 | 0.41 |
| Hex | 36 | 6A | 9A | 41 | 1F | 0 | 28 | D1 | 30 | 29 |
| Octal | 66 | 152 | 232 | 101 | 37 | 0 | 50 | 321 | 60 | 51 |
| Binary | 110110 | 1101010 | 10011010 | 1000001 | 11111 | 0 | 101000 | 11010001 | 110000 | 101001 |
Color Harmonies of #366A9A
Complementary color
Monochromatic Colors of #366A9A
Black with #366A9A
Text Example
Text Example
White with #366A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A9A; }
p { color: rgb(54,106,154); }
H1.HeaderClassName
{
color: #366A9A;
}
.AnyTagClassName
{
color: #366A9A;
}
</style>
background-color css
<style>
a { background-color: #366A9A; }
a { background-color: rgb(54,106,154); }
div.DivClassName
{
background-color: #366A9A;
}
.BgClassName
{
background-color: #366A9A;
}
</style>
border-color css
<style>
span { border-color: #366A9A; }
span { border-color: rgb(54,106,154); }
td.TdClassName
{
border-color: #366A9A;
}
.TagClassName
{
border-color: #366A9A;
}
</style>