Shades of Lochmara #366BA3
Tints of Lochmara #366BA3
RGB
CMYK
RGB Variations
Color information
#366BA3 (or 0x366BA3) is known color: Lochmara. HEX triplet: 36, 6B and A3. RGB value is (54,107,163). Sum of RGB (Red+Green+Blue) = 54+107+163=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #366BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BA3 is #C9945C. Grayscale: #616161. Windows color (decimal): -13210717 or 10709814. OLE color: 10709814.
HSL color Cylindrical-coordinate representation of color #366BA3: hue angle of 210.83º 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 #366BA3 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 107 | 163 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.36 |
| HSL | 210.83º | 0.5% | 0.43% | - |
| HSV(B) | 210.83º | 0.67% | 0.64% | - |
| XYZ | 13.39 | 13.94 | 36.64 | - |
| YUV | 97.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 163 | 0.67 | 0.34 | 0 | 0.36 | 210.83 | 0.5 | 0.43 |
| Hex | 36 | 6B | A3 | 43 | 22 | 0 | 24 | D3 | 32 | 2B |
| Octal | 66 | 153 | 243 | 103 | 42 | 0 | 44 | 323 | 62 | 53 |
| Binary | 110110 | 1101011 | 10100011 | 1000011 | 100010 | 0 | 100100 | 11010011 | 110010 | 101011 |
Color Harmonies of #366BA3
Complementary color
Monochromatic Colors of #366BA3
Black with #366BA3
Text Example
Text Example
White with #366BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366BA3; }
p { color: rgb(54,107,163); }
H1.HeaderClassName
{
color: #366BA3;
}
.AnyTagClassName
{
color: #366BA3;
}
</style>
background-color css
<style>
a { background-color: #366BA3; }
a { background-color: rgb(54,107,163); }
div.DivClassName
{
background-color: #366BA3;
}
.BgClassName
{
background-color: #366BA3;
}
</style>
border-color css
<style>
span { border-color: #366BA3; }
span { border-color: rgb(54,107,163); }
td.TdClassName
{
border-color: #366BA3;
}
.TagClassName
{
border-color: #366BA3;
}
</style>