Shades of Lochmara #3479AD
Tints of Lochmara #3479AD
RGB
CMYK
RGB Variations
Color information
#3479AD (or 0x3479AD) is known color: Lochmara. HEX triplet: 34, 79 and AD. RGB value is (52,121,173). Sum of RGB (Red+Green+Blue) = 52+121+173=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #3479AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3479AD is #CB8652. Grayscale: #6A6A6A. Windows color (decimal): -13338195 or 11368756. OLE color: 11368756.
HSL color Cylindrical-coordinate representation of color #3479AD: hue angle of 205.79º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3479AD is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 121 | 173 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.32 |
| HSL | 205.79º | 0.54% | 0.44% | - |
| HSV(B) | 205.79º | 0.7% | 0.68% | - |
| XYZ | 15.8 | 17.42 | 42.07 | - |
| YUV | 106.3 | 165.64 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 173 | 0.70 | 0.30 | 0 | 0.32 | 205.79 | 0.54 | 0.44 |
| Hex | 34 | 79 | AD | 46 | 1E | 0 | 20 | CE | 36 | 2C |
| Octal | 64 | 171 | 255 | 106 | 36 | 0 | 40 | 316 | 66 | 54 |
| Binary | 110100 | 1111001 | 10101101 | 1000110 | 11110 | 0 | 100000 | 11001110 | 110110 | 101100 |
Color Harmonies of #3479AD
Complementary color
Monochromatic Colors of #3479AD
Black with #3479AD
Text Example
Text Example
White with #3479AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479AD; }
p { color: rgb(52,121,173); }
H1.HeaderClassName
{
color: #3479AD;
}
.AnyTagClassName
{
color: #3479AD;
}
</style>
background-color css
<style>
a { background-color: #3479AD; }
a { background-color: rgb(52,121,173); }
div.DivClassName
{
background-color: #3479AD;
}
.BgClassName
{
background-color: #3479AD;
}
</style>
border-color css
<style>
span { border-color: #3479AD; }
span { border-color: rgb(52,121,173); }
td.TdClassName
{
border-color: #3479AD;
}
.TagClassName
{
border-color: #3479AD;
}
</style>