Shades of Lochmara #3670AD
Tints of Lochmara #3670AD
RGB
CMYK
RGB Variations
Color information
#3670AD (or 0x3670AD) is known color: Lochmara. HEX triplet: 36, 70 and AD. RGB value is (54,112,173). Sum of RGB (Red+Green+Blue) = 54+112+173=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3670AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3670AD is #C98F52. Grayscale: #656565. Windows color (decimal): -13209427 or 11366454. OLE color: 11366454.
HSL color Cylindrical-coordinate representation of color #3670AD: hue angle of 210.76º 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 #3670AD is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 112 | 173 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.32 |
| HSL | 210.76º | 0.52% | 0.45% | - |
| HSV(B) | 210.76º | 0.69% | 0.68% | - |
| XYZ | 14.86 | 15.39 | 41.72 | - |
| YUV | 101.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 173 | 0.69 | 0.35 | 0 | 0.32 | 210.76 | 0.52 | 0.45 |
| Hex | 36 | 70 | AD | 45 | 23 | 0 | 20 | D3 | 34 | 2D |
| Octal | 66 | 160 | 255 | 105 | 43 | 0 | 40 | 323 | 64 | 55 |
| Binary | 110110 | 1110000 | 10101101 | 1000101 | 100011 | 0 | 100000 | 11010011 | 110100 | 101101 |
Color Harmonies of #3670AD
Complementary color
Monochromatic Colors of #3670AD
Black with #3670AD
Text Example
Text Example
White with #3670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3670AD; }
p { color: rgb(54,112,173); }
H1.HeaderClassName
{
color: #3670AD;
}
.AnyTagClassName
{
color: #3670AD;
}
</style>
background-color css
<style>
a { background-color: #3670AD; }
a { background-color: rgb(54,112,173); }
div.DivClassName
{
background-color: #3670AD;
}
.BgClassName
{
background-color: #3670AD;
}
</style>
border-color css
<style>
span { border-color: #3670AD; }
span { border-color: rgb(54,112,173); }
td.TdClassName
{
border-color: #3670AD;
}
.TagClassName
{
border-color: #3670AD;
}
</style>