Shades of Lochmara #366EAA
Tints of Lochmara #366EAA
RGB
CMYK
RGB Variations
Color information
#366EAA (or 0x366EAA) is known color: Lochmara. HEX triplet: 36, 6E and AA. RGB value is (54,110,170). Sum of RGB (Red+Green+Blue) = 54+110+170=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #366EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366EAA is #C99155. Grayscale: #636363. Windows color (decimal): -13209942 or 11169334. OLE color: 11169334.
HSL color Cylindrical-coordinate representation of color #366EAA: hue angle of 211.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #366EAA is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 110 | 170 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.33 |
| HSL | 211.03º | 0.52% | 0.44% | - |
| HSV(B) | 211.03º | 0.68% | 0.67% | - |
| XYZ | 14.35 | 14.84 | 40.14 | - |
| YUV | 100.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 170 | 0.68 | 0.35 | 0 | 0.33 | 211.03 | 0.52 | 0.44 |
| Hex | 36 | 6E | AA | 44 | 23 | 0 | 21 | D3 | 34 | 2C |
| Octal | 66 | 156 | 252 | 104 | 43 | 0 | 41 | 323 | 64 | 54 |
| Binary | 110110 | 1101110 | 10101010 | 1000100 | 100011 | 0 | 100001 | 11010011 | 110100 | 101100 |
Color Harmonies of #366EAA
Complementary color
Monochromatic Colors of #366EAA
Black with #366EAA
Text Example
Text Example
White with #366EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EAA; }
p { color: rgb(54,110,170); }
H1.HeaderClassName
{
color: #366EAA;
}
.AnyTagClassName
{
color: #366EAA;
}
</style>
background-color css
<style>
a { background-color: #366EAA; }
a { background-color: rgb(54,110,170); }
div.DivClassName
{
background-color: #366EAA;
}
.BgClassName
{
background-color: #366EAA;
}
</style>
border-color css
<style>
span { border-color: #366EAA; }
span { border-color: rgb(54,110,170); }
td.TdClassName
{
border-color: #366EAA;
}
.TagClassName
{
border-color: #366EAA;
}
</style>