Shades of Lochmara #3A7AA4
Tints of Lochmara #3A7AA4
RGB
CMYK
RGB Variations
Color information
#3A7AA4 (or 0x3A7AA4) is known color: Lochmara. HEX triplet: 3A, 7A and A4. RGB value is (58,122,164). Sum of RGB (Red+Green+Blue) = 58+122+164=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A7AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AA4 is #C5855B. Grayscale: #6B6B6B. Windows color (decimal): -12944732 or 10779194. OLE color: 10779194.
HSL color Cylindrical-coordinate representation of color #3A7AA4: hue angle of 203.77º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A7AA4 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 122 | 164 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.36 |
| HSL | 203.77º | 0.48% | 0.44% | - |
| HSV(B) | 203.77º | 0.65% | 0.64% | - |
| XYZ | 15.41 | 17.5 | 37.69 | - |
| YUV | 107.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 164 | 0.65 | 0.26 | 0 | 0.36 | 203.77 | 0.48 | 0.44 |
| Hex | 3A | 7A | A4 | 41 | 1A | 0 | 24 | CC | 30 | 2C |
| Octal | 72 | 172 | 244 | 101 | 32 | 0 | 44 | 314 | 60 | 54 |
| Binary | 111010 | 1111010 | 10100100 | 1000001 | 11010 | 0 | 100100 | 11001100 | 110000 | 101100 |
Color Harmonies of #3A7AA4
Complementary color
Monochromatic Colors of #3A7AA4
Black with #3A7AA4
Text Example
Text Example
White with #3A7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7AA4; }
p { color: rgb(58,122,164); }
H1.HeaderClassName
{
color: #3A7AA4;
}
.AnyTagClassName
{
color: #3A7AA4;
}
</style>
background-color css
<style>
a { background-color: #3A7AA4; }
a { background-color: rgb(58,122,164); }
div.DivClassName
{
background-color: #3A7AA4;
}
.BgClassName
{
background-color: #3A7AA4;
}
</style>
border-color css
<style>
span { border-color: #3A7AA4; }
span { border-color: rgb(58,122,164); }
td.TdClassName
{
border-color: #3A7AA4;
}
.TagClassName
{
border-color: #3A7AA4;
}
</style>