Shades of Lochmara #3A70AB
Tints of Lochmara #3A70AB
RGB
CMYK
RGB Variations
Color information
#3A70AB (or 0x3A70AB) is known color: Lochmara. HEX triplet: 3A, 70 and AB. RGB value is (58,112,171). Sum of RGB (Red+Green+Blue) = 58+112+171=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A70AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A70AB is #C58F54. Grayscale: #666666. Windows color (decimal): -12947285 or 11235386. OLE color: 11235386.
HSL color Cylindrical-coordinate representation of color #3A70AB: hue angle of 211.33º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A70AB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 112 | 171 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.33 |
| HSL | 211.33º | 0.49% | 0.45% | - |
| HSV(B) | 211.33º | 0.66% | 0.67% | - |
| XYZ | 14.89 | 15.43 | 40.72 | - |
| YUV | 102.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 171 | 0.66 | 0.35 | 0 | 0.33 | 211.33 | 0.49 | 0.45 |
| Hex | 3A | 70 | AB | 42 | 23 | 0 | 21 | D3 | 31 | 2D |
| Octal | 72 | 160 | 253 | 102 | 43 | 0 | 41 | 323 | 61 | 55 |
| Binary | 111010 | 1110000 | 10101011 | 1000010 | 100011 | 0 | 100001 | 11010011 | 110001 | 101101 |
Color Harmonies of #3A70AB
Complementary color
Monochromatic Colors of #3A70AB
Black with #3A70AB
Text Example
Text Example
White with #3A70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A70AB; }
p { color: rgb(58,112,171); }
H1.HeaderClassName
{
color: #3A70AB;
}
.AnyTagClassName
{
color: #3A70AB;
}
</style>
background-color css
<style>
a { background-color: #3A70AB; }
a { background-color: rgb(58,112,171); }
div.DivClassName
{
background-color: #3A70AB;
}
.BgClassName
{
background-color: #3A70AB;
}
</style>
border-color css
<style>
span { border-color: #3A70AB; }
span { border-color: rgb(58,112,171); }
td.TdClassName
{
border-color: #3A70AB;
}
.TagClassName
{
border-color: #3A70AB;
}
</style>