Shades of Lochmara #366AA9
Tints of Lochmara #366AA9
RGB
CMYK
RGB Variations
Color information
#366AA9 (or 0x366AA9) is known color: Lochmara. HEX triplet: 36, 6A and A9. RGB value is (54,106,169). Sum of RGB (Red+Green+Blue) = 54+106+169=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #366AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366AA9 is #C99556. Grayscale: #616161. Windows color (decimal): -13210967 or 11102774. OLE color: 11102774.
HSL color Cylindrical-coordinate representation of color #366AA9: hue angle of 212.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366AA9 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 106 | 169 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.34 |
| HSL | 212.87º | 0.52% | 0.44% | - |
| HSV(B) | 212.87º | 0.68% | 0.66% | - |
| XYZ | 13.84 | 13.96 | 39.5 | - |
| YUV | 97.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 169 | 0.68 | 0.37 | 0 | 0.34 | 212.87 | 0.52 | 0.44 |
| Hex | 36 | 6A | A9 | 44 | 25 | 0 | 22 | D5 | 34 | 2C |
| Octal | 66 | 152 | 251 | 104 | 45 | 0 | 42 | 325 | 64 | 54 |
| Binary | 110110 | 1101010 | 10101001 | 1000100 | 100101 | 0 | 100010 | 11010101 | 110100 | 101100 |
Color Harmonies of #366AA9
Complementary color
Monochromatic Colors of #366AA9
Black with #366AA9
Text Example
Text Example
White with #366AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366AA9; }
p { color: rgb(54,106,169); }
H1.HeaderClassName
{
color: #366AA9;
}
.AnyTagClassName
{
color: #366AA9;
}
</style>
background-color css
<style>
a { background-color: #366AA9; }
a { background-color: rgb(54,106,169); }
div.DivClassName
{
background-color: #366AA9;
}
.BgClassName
{
background-color: #366AA9;
}
</style>
border-color css
<style>
span { border-color: #366AA9; }
span { border-color: rgb(54,106,169); }
td.TdClassName
{
border-color: #366AA9;
}
.TagClassName
{
border-color: #366AA9;
}
</style>