Shades of Lochmara #366BB2
Tints of Lochmara #366BB2
RGB
CMYK
RGB Variations
Color information
#366BB2 (or 0x366BB2) is known color: Lochmara. HEX triplet: 36, 6B and B2. RGB value is (54,107,178). Sum of RGB (Red+Green+Blue) = 54+107+178=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #366BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BB2 is #C9944D. Grayscale: #626262. Windows color (decimal): -13210702 or 11692854. OLE color: 11692854.
HSL color Cylindrical-coordinate representation of color #366BB2: hue angle of 214.35º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #366BB2 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 107 | 178 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.30 |
| HSL | 214.35º | 0.53% | 0.45% | - |
| HSV(B) | 214.35º | 0.7% | 0.7% | - |
| XYZ | 14.81 | 14.51 | 44.14 | - |
| YUV | 99.25 | 172.44 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 178 | 0.70 | 0.40 | 0 | 0.30 | 214.35 | 0.53 | 0.45 |
| Hex | 36 | 6B | B2 | 46 | 28 | 0 | 1E | D6 | 35 | 2D |
| Octal | 66 | 153 | 262 | 106 | 50 | 0 | 36 | 326 | 65 | 55 |
| Binary | 110110 | 1101011 | 10110010 | 1000110 | 101000 | 0 | 11110 | 11010110 | 110101 | 101101 |
Color Harmonies of #366BB2
Complementary color
Monochromatic Colors of #366BB2
Black with #366BB2
Text Example
Text Example
White with #366BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BB2; }
p { color: rgb(54,107,178); }
H1.HeaderClassName
{
color: #366BB2;
}
.AnyTagClassName
{
color: #366BB2;
}
</style>
background-color css
<style>
a { background-color: #366BB2; }
a { background-color: rgb(54,107,178); }
div.DivClassName
{
background-color: #366BB2;
}
.BgClassName
{
background-color: #366BB2;
}
</style>
border-color css
<style>
span { border-color: #366BB2; }
span { border-color: rgb(54,107,178); }
td.TdClassName
{
border-color: #366BB2;
}
.TagClassName
{
border-color: #366BB2;
}
</style>