Shades of Lochmara #3A73AE
Tints of Lochmara #3A73AE
RGB
CMYK
RGB Variations
Color information
#3A73AE (or 0x3A73AE) is known color: Lochmara. HEX triplet: 3A, 73 and AE. RGB value is (58,115,174). Sum of RGB (Red+Green+Blue) = 58+115+174=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A73AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A73AE is #C58C51. Grayscale: #686868. Windows color (decimal): -12946514 or 11432762. OLE color: 11432762.
HSL color Cylindrical-coordinate representation of color #3A73AE: hue angle of 210.52º 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 #3A73AE is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 115 | 174 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.32 |
| HSL | 210.52º | 0.5% | 0.45% | - |
| HSV(B) | 210.52º | 0.67% | 0.68% | - |
| XYZ | 15.52 | 16.22 | 42.36 | - |
| YUV | 104.68 | 167.12 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 174 | 0.67 | 0.34 | 0 | 0.32 | 210.52 | 0.5 | 0.45 |
| Hex | 3A | 73 | AE | 43 | 22 | 0 | 20 | D3 | 32 | 2D |
| Octal | 72 | 163 | 256 | 103 | 42 | 0 | 40 | 323 | 62 | 55 |
| Binary | 111010 | 1110011 | 10101110 | 1000011 | 100010 | 0 | 100000 | 11010011 | 110010 | 101101 |
Color Harmonies of #3A73AE
Complementary color
Monochromatic Colors of #3A73AE
Black with #3A73AE
Text Example
Text Example
White with #3A73AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A73AE; }
p { color: rgb(58,115,174); }
H1.HeaderClassName
{
color: #3A73AE;
}
.AnyTagClassName
{
color: #3A73AE;
}
</style>
background-color css
<style>
a { background-color: #3A73AE; }
a { background-color: rgb(58,115,174); }
div.DivClassName
{
background-color: #3A73AE;
}
.BgClassName
{
background-color: #3A73AE;
}
</style>
border-color css
<style>
span { border-color: #3A73AE; }
span { border-color: rgb(58,115,174); }
td.TdClassName
{
border-color: #3A73AE;
}
.TagClassName
{
border-color: #3A73AE;
}
</style>