Shades of Lochmara #366BAD
Tints of Lochmara #366BAD
RGB
CMYK
RGB Variations
Color information
#366BAD (or 0x366BAD) is known color: Lochmara. HEX triplet: 36, 6B and AD. RGB value is (54,107,173). Sum of RGB (Red+Green+Blue) = 54+107+173=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #366BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BAD is #C99452. Grayscale: #626262. Windows color (decimal): -13210707 or 11365174. OLE color: 11365174.
HSL color Cylindrical-coordinate representation of color #366BAD: hue angle of 213.28º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366BAD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 107 | 173 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.32 |
| HSL | 213.28º | 0.52% | 0.45% | - |
| HSV(B) | 213.28º | 0.69% | 0.68% | - |
| XYZ | 14.32 | 14.32 | 41.54 | - |
| YUV | 98.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 173 | 0.69 | 0.38 | 0 | 0.32 | 213.28 | 0.52 | 0.45 |
| Hex | 36 | 6B | AD | 45 | 26 | 0 | 20 | D5 | 34 | 2D |
| Octal | 66 | 153 | 255 | 105 | 46 | 0 | 40 | 325 | 64 | 55 |
| Binary | 110110 | 1101011 | 10101101 | 1000101 | 100110 | 0 | 100000 | 11010101 | 110100 | 101101 |
Color Harmonies of #366BAD
Complementary color
Monochromatic Colors of #366BAD
Black with #366BAD
Text Example
Text Example
White with #366BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BAD; }
p { color: rgb(54,107,173); }
H1.HeaderClassName
{
color: #366BAD;
}
.AnyTagClassName
{
color: #366BAD;
}
</style>
background-color css
<style>
a { background-color: #366BAD; }
a { background-color: rgb(54,107,173); }
div.DivClassName
{
background-color: #366BAD;
}
.BgClassName
{
background-color: #366BAD;
}
</style>
border-color css
<style>
span { border-color: #366BAD; }
span { border-color: rgb(54,107,173); }
td.TdClassName
{
border-color: #366BAD;
}
.TagClassName
{
border-color: #366BAD;
}
</style>