Shades of Lochmara #3471A1
Tints of Lochmara #3471A1
RGB
CMYK
RGB Variations
Color information
#3471A1 (or 0x3471A1) is known color: Lochmara. HEX triplet: 34, 71 and A1. RGB value is (52,113,161). Sum of RGB (Red+Green+Blue) = 52+113+161=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #3471A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3471A1 is #CB8E5E. Grayscale: #636363. Windows color (decimal): -13340255 or 10580276. OLE color: 10580276.
HSL color Cylindrical-coordinate representation of color #3471A1: hue angle of 206.42º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3471A1 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 113 | 161 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.37 |
| HSL | 206.42º | 0.51% | 0.42% | - |
| HSV(B) | 206.42º | 0.68% | 0.63% | - |
| XYZ | 13.75 | 15.11 | 35.91 | - |
| YUV | 100.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 161 | 0.68 | 0.30 | 0 | 0.37 | 206.42 | 0.51 | 0.42 |
| Hex | 34 | 71 | A1 | 44 | 1E | 0 | 25 | CE | 33 | 2A |
| Octal | 64 | 161 | 241 | 104 | 36 | 0 | 45 | 316 | 63 | 52 |
| Binary | 110100 | 1110001 | 10100001 | 1000100 | 11110 | 0 | 100101 | 11001110 | 110011 | 101010 |
Color Harmonies of #3471A1
Complementary color
Monochromatic Colors of #3471A1
Black with #3471A1
Text Example
Text Example
White with #3471A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471A1; }
p { color: rgb(52,113,161); }
H1.HeaderClassName
{
color: #3471A1;
}
.AnyTagClassName
{
color: #3471A1;
}
</style>
background-color css
<style>
a { background-color: #3471A1; }
a { background-color: rgb(52,113,161); }
div.DivClassName
{
background-color: #3471A1;
}
.BgClassName
{
background-color: #3471A1;
}
</style>
border-color css
<style>
span { border-color: #3471A1; }
span { border-color: rgb(52,113,161); }
td.TdClassName
{
border-color: #3471A1;
}
.TagClassName
{
border-color: #3471A1;
}
</style>