Shades of Lochmara #3479AC
Tints of Lochmara #3479AC
RGB
CMYK
RGB Variations
Color information
#3479AC (or 0x3479AC) is known color: Lochmara. HEX triplet: 34, 79 and AC. RGB value is (52,121,172). Sum of RGB (Red+Green+Blue) = 52+121+172=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #3479AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3479AC is #CB8653. Grayscale: #696969. Windows color (decimal): -13338196 or 11303220. OLE color: 11303220.
HSL color Cylindrical-coordinate representation of color #3479AC: hue angle of 205.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3479AC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 121 | 172 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.33 |
| HSL | 205.5º | 0.54% | 0.44% | - |
| HSV(B) | 205.5º | 0.7% | 0.67% | - |
| XYZ | 15.7 | 17.38 | 41.56 | - |
| YUV | 106.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 172 | 0.70 | 0.30 | 0 | 0.33 | 205.5 | 0.54 | 0.44 |
| Hex | 34 | 79 | AC | 46 | 1E | 0 | 21 | CE | 36 | 2C |
| Octal | 64 | 171 | 254 | 106 | 36 | 0 | 41 | 316 | 66 | 54 |
| Binary | 110100 | 1111001 | 10101100 | 1000110 | 11110 | 0 | 100001 | 11001110 | 110110 | 101100 |
Color Harmonies of #3479AC
Complementary color
Monochromatic Colors of #3479AC
Black with #3479AC
Text Example
Text Example
White with #3479AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3479AC; }
p { color: rgb(52,121,172); }
H1.HeaderClassName
{
color: #3479AC;
}
.AnyTagClassName
{
color: #3479AC;
}
</style>
background-color css
<style>
a { background-color: #3479AC; }
a { background-color: rgb(52,121,172); }
div.DivClassName
{
background-color: #3479AC;
}
.BgClassName
{
background-color: #3479AC;
}
</style>
border-color css
<style>
span { border-color: #3479AC; }
span { border-color: rgb(52,121,172); }
td.TdClassName
{
border-color: #3479AC;
}
.TagClassName
{
border-color: #3479AC;
}
</style>