Shades of Lochmara #3A749D
Tints of Lochmara #3A749D
RGB
CMYK
RGB Variations
Color information
#3A749D (or 0x3A749D) is known color: Lochmara. HEX triplet: 3A, 74 and 9D. RGB value is (58,116,157). Sum of RGB (Red+Green+Blue) = 58+116+157=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A749D is #C58B62. Grayscale: #676767. Windows color (decimal): -12946275 or 10318906. OLE color: 10318906.
HSL color Cylindrical-coordinate representation of color #3A749D: hue angle of 204.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A749D is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 116 | 157 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.38 |
| HSL | 204.85º | 0.46% | 0.42% | - |
| HSV(B) | 204.85º | 0.63% | 0.62% | - |
| XYZ | 14.08 | 15.82 | 34.21 | - |
| YUV | 103.33 | 158.28 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 157 | 0.63 | 0.26 | 0 | 0.38 | 204.85 | 0.46 | 0.42 |
| Hex | 3A | 74 | 9D | 3F | 1A | 0 | 26 | CD | 2E | 2A |
| Octal | 72 | 164 | 235 | 77 | 32 | 0 | 46 | 315 | 56 | 52 |
| Binary | 111010 | 1110100 | 10011101 | 111111 | 11010 | 0 | 100110 | 11001101 | 101110 | 101010 |
Color Harmonies of #3A749D
Complementary color
Monochromatic Colors of #3A749D
Black with #3A749D
Text Example
Text Example
White with #3A749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A749D; }
p { color: rgb(58,116,157); }
H1.HeaderClassName
{
color: #3A749D;
}
.AnyTagClassName
{
color: #3A749D;
}
</style>
background-color css
<style>
a { background-color: #3A749D; }
a { background-color: rgb(58,116,157); }
div.DivClassName
{
background-color: #3A749D;
}
.BgClassName
{
background-color: #3A749D;
}
</style>
border-color css
<style>
span { border-color: #3A749D; }
span { border-color: rgb(58,116,157); }
td.TdClassName
{
border-color: #3A749D;
}
.TagClassName
{
border-color: #3A749D;
}
</style>