Shades of Lochmara #366AB9
Tints of Lochmara #366AB9
RGB
CMYK
RGB Variations
Color information
#366AB9 (or 0x366AB9) is known color: Lochmara. HEX triplet: 36, 6A and B9. RGB value is (54,106,185). Sum of RGB (Red+Green+Blue) = 54+106+185=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #366AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366AB9 is #C99546. Grayscale: #636363. Windows color (decimal): -13210951 or 12151350. OLE color: 12151350.
HSL color Cylindrical-coordinate representation of color #366AB9: hue angle of 216.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366AB9 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 106 | 185 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.27 |
| HSL | 216.18º | 0.55% | 0.47% | - |
| HSV(B) | 216.18º | 0.71% | 0.73% | - |
| XYZ | 15.43 | 14.6 | 47.9 | - |
| YUV | 99.46 | 176.27 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 185 | 0.71 | 0.43 | 0 | 0.27 | 216.18 | 0.55 | 0.47 |
| Hex | 36 | 6A | B9 | 47 | 2B | 0 | 1B | D8 | 37 | 2F |
| Octal | 66 | 152 | 271 | 107 | 53 | 0 | 33 | 330 | 67 | 57 |
| Binary | 110110 | 1101010 | 10111001 | 1000111 | 101011 | 0 | 11011 | 11011000 | 110111 | 101111 |
Color Harmonies of #366AB9
Complementary color
Monochromatic Colors of #366AB9
Black with #366AB9
Text Example
Text Example
White with #366AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366AB9; }
p { color: rgb(54,106,185); }
H1.HeaderClassName
{
color: #366AB9;
}
.AnyTagClassName
{
color: #366AB9;
}
</style>
background-color css
<style>
a { background-color: #366AB9; }
a { background-color: rgb(54,106,185); }
div.DivClassName
{
background-color: #366AB9;
}
.BgClassName
{
background-color: #366AB9;
}
</style>
border-color css
<style>
span { border-color: #366AB9; }
span { border-color: rgb(54,106,185); }
td.TdClassName
{
border-color: #366AB9;
}
.TagClassName
{
border-color: #366AB9;
}
</style>