Shades of Lochmara #3A6DAC
Tints of Lochmara #3A6DAC
RGB
CMYK
RGB Variations
Color information
#3A6DAC (or 0x3A6DAC) is known color: Lochmara. HEX triplet: 3A, 6D and AC. RGB value is (58,109,172). Sum of RGB (Red+Green+Blue) = 58+109+172=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A6DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6DAC is #C59253. Grayscale: #646464. Windows color (decimal): -12948052 or 11300154. OLE color: 11300154.
HSL color Cylindrical-coordinate representation of color #3A6DAC: hue angle of 213.16º degrees, saturation: 0.5, 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 #3A6DAC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 109 | 172 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.33 |
| HSL | 213.16º | 0.5% | 0.45% | - |
| HSV(B) | 213.16º | 0.66% | 0.67% | - |
| XYZ | 14.66 | 14.82 | 41.12 | - |
| YUV | 100.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 172 | 0.66 | 0.37 | 0 | 0.33 | 213.16 | 0.5 | 0.45 |
| Hex | 3A | 6D | AC | 42 | 25 | 0 | 21 | D5 | 32 | 2D |
| Octal | 72 | 155 | 254 | 102 | 45 | 0 | 41 | 325 | 62 | 55 |
| Binary | 111010 | 1101101 | 10101100 | 1000010 | 100101 | 0 | 100001 | 11010101 | 110010 | 101101 |
Color Harmonies of #3A6DAC
Complementary color
Monochromatic Colors of #3A6DAC
Black with #3A6DAC
Text Example
Text Example
White with #3A6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DAC; }
p { color: rgb(58,109,172); }
H1.HeaderClassName
{
color: #3A6DAC;
}
.AnyTagClassName
{
color: #3A6DAC;
}
</style>
background-color css
<style>
a { background-color: #3A6DAC; }
a { background-color: rgb(58,109,172); }
div.DivClassName
{
background-color: #3A6DAC;
}
.BgClassName
{
background-color: #3A6DAC;
}
</style>
border-color css
<style>
span { border-color: #3A6DAC; }
span { border-color: rgb(58,109,172); }
td.TdClassName
{
border-color: #3A6DAC;
}
.TagClassName
{
border-color: #3A6DAC;
}
</style>