Shades of Lochmara #367EA3
Tints of Lochmara #367EA3
RGB
CMYK
RGB Variations
Color information
#367EA3 (or 0x367EA3) is known color: Lochmara. HEX triplet: 36, 7E and A3. RGB value is (54,126,163). Sum of RGB (Red+Green+Blue) = 54+126+163=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #367EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367EA3 is #C9815C. Grayscale: #6C6C6C. Windows color (decimal): -13205853 or 10714678. OLE color: 10714678.
HSL color Cylindrical-coordinate representation of color #367EA3: hue angle of 200.37º 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 #367EA3 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 126 | 163 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.36 |
| HSL | 200.37º | 0.5% | 0.43% | - |
| HSV(B) | 200.37º | 0.67% | 0.64% | - |
| XYZ | 15.59 | 18.35 | 37.37 | - |
| YUV | 108.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 163 | 0.67 | 0.23 | 0 | 0.36 | 200.37 | 0.5 | 0.43 |
| Hex | 36 | 7E | A3 | 43 | 17 | 0 | 24 | C8 | 32 | 2B |
| Octal | 66 | 176 | 243 | 103 | 27 | 0 | 44 | 310 | 62 | 53 |
| Binary | 110110 | 1111110 | 10100011 | 1000011 | 10111 | 0 | 100100 | 11001000 | 110010 | 101011 |
Color Harmonies of #367EA3
Complementary color
Monochromatic Colors of #367EA3
Black with #367EA3
Text Example
Text Example
White with #367EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EA3; }
p { color: rgb(54,126,163); }
H1.HeaderClassName
{
color: #367EA3;
}
.AnyTagClassName
{
color: #367EA3;
}
</style>
background-color css
<style>
a { background-color: #367EA3; }
a { background-color: rgb(54,126,163); }
div.DivClassName
{
background-color: #367EA3;
}
.BgClassName
{
background-color: #367EA3;
}
</style>
border-color css
<style>
span { border-color: #367EA3; }
span { border-color: rgb(54,126,163); }
td.TdClassName
{
border-color: #367EA3;
}
.TagClassName
{
border-color: #367EA3;
}
</style>