Shades of Lochmara #3A6DAE
Tints of Lochmara #3A6DAE
RGB
CMYK
RGB Variations
Color information
#3A6DAE (or 0x3A6DAE) is known color: Lochmara. HEX triplet: 3A, 6D and AE. RGB value is (58,109,174). Sum of RGB (Red+Green+Blue) = 58+109+174=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6DAE is #C59251. Grayscale: #646464. Windows color (decimal): -12948050 or 11431226. OLE color: 11431226.
HSL color Cylindrical-coordinate representation of color #3A6DAE: hue angle of 213.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A6DAE is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 109 | 174 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.32 |
| HSL | 213.62º | 0.5% | 0.45% | - |
| HSV(B) | 213.62º | 0.67% | 0.68% | - |
| XYZ | 14.85 | 14.89 | 42.14 | - |
| YUV | 101.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 174 | 0.67 | 0.37 | 0 | 0.32 | 213.62 | 0.5 | 0.45 |
| Hex | 3A | 6D | AE | 43 | 25 | 0 | 20 | D6 | 32 | 2D |
| Octal | 72 | 155 | 256 | 103 | 45 | 0 | 40 | 326 | 62 | 55 |
| Binary | 111010 | 1101101 | 10101110 | 1000011 | 100101 | 0 | 100000 | 11010110 | 110010 | 101101 |
Color Harmonies of #3A6DAE
Complementary color
Monochromatic Colors of #3A6DAE
Black with #3A6DAE
Text Example
Text Example
White with #3A6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6DAE; }
p { color: rgb(58,109,174); }
H1.HeaderClassName
{
color: #3A6DAE;
}
.AnyTagClassName
{
color: #3A6DAE;
}
</style>
background-color css
<style>
a { background-color: #3A6DAE; }
a { background-color: rgb(58,109,174); }
div.DivClassName
{
background-color: #3A6DAE;
}
.BgClassName
{
background-color: #3A6DAE;
}
</style>
border-color css
<style>
span { border-color: #3A6DAE; }
span { border-color: rgb(58,109,174); }
td.TdClassName
{
border-color: #3A6DAE;
}
.TagClassName
{
border-color: #3A6DAE;
}
</style>