Shades of Lochmara #366DA3
Tints of Lochmara #366DA3
RGB
CMYK
RGB Variations
Color information
#366DA3 (or 0x366DA3) is known color: Lochmara. HEX triplet: 36, 6D and A3. RGB value is (54,109,163). Sum of RGB (Red+Green+Blue) = 54+109+163=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #366DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366DA3 is #C9925C. Grayscale: #626262. Windows color (decimal): -13210205 or 10710326. OLE color: 10710326.
HSL color Cylindrical-coordinate representation of color #366DA3: hue angle of 209.72º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366DA3 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 109 | 163 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.36 |
| HSL | 209.72º | 0.5% | 0.43% | - |
| HSV(B) | 209.72º | 0.67% | 0.64% | - |
| XYZ | 13.6 | 14.37 | 36.71 | - |
| YUV | 98.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 163 | 0.67 | 0.33 | 0 | 0.36 | 209.72 | 0.5 | 0.43 |
| Hex | 36 | 6D | A3 | 43 | 21 | 0 | 24 | D2 | 32 | 2B |
| Octal | 66 | 155 | 243 | 103 | 41 | 0 | 44 | 322 | 62 | 53 |
| Binary | 110110 | 1101101 | 10100011 | 1000011 | 100001 | 0 | 100100 | 11010010 | 110010 | 101011 |
Color Harmonies of #366DA3
Complementary color
Monochromatic Colors of #366DA3
Black with #366DA3
Text Example
Text Example
White with #366DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DA3; }
p { color: rgb(54,109,163); }
H1.HeaderClassName
{
color: #366DA3;
}
.AnyTagClassName
{
color: #366DA3;
}
</style>
background-color css
<style>
a { background-color: #366DA3; }
a { background-color: rgb(54,109,163); }
div.DivClassName
{
background-color: #366DA3;
}
.BgClassName
{
background-color: #366DA3;
}
</style>
border-color css
<style>
span { border-color: #366DA3; }
span { border-color: rgb(54,109,163); }
td.TdClassName
{
border-color: #366DA3;
}
.TagClassName
{
border-color: #366DA3;
}
</style>