Shades of Lochmara #3471AF
Tints of Lochmara #3471AF
RGB
CMYK
RGB Variations
Color information
#3471AF (or 0x3471AF) is known color: Lochmara. HEX triplet: 34, 71 and AF. RGB value is (52,113,175). Sum of RGB (Red+Green+Blue) = 52+113+175=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #3471AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3471AF is #CB8E50. Grayscale: #656565. Windows color (decimal): -13340241 or 11497780. OLE color: 11497780.
HSL color Cylindrical-coordinate representation of color #3471AF: hue angle of 210.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3471AF is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 113 | 175 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.31 |
| HSL | 210.24º | 0.54% | 0.45% | - |
| HSV(B) | 210.24º | 0.7% | 0.69% | - |
| XYZ | 15.06 | 15.64 | 42.78 | - |
| YUV | 101.83 | 169.29 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 175 | 0.70 | 0.35 | 0 | 0.31 | 210.24 | 0.54 | 0.45 |
| Hex | 34 | 71 | AF | 46 | 23 | 0 | 1F | D2 | 36 | 2D |
| Octal | 64 | 161 | 257 | 106 | 43 | 0 | 37 | 322 | 66 | 55 |
| Binary | 110100 | 1110001 | 10101111 | 1000110 | 100011 | 0 | 11111 | 11010010 | 110110 | 101101 |
Color Harmonies of #3471AF
Complementary color
Monochromatic Colors of #3471AF
Black with #3471AF
Text Example
Text Example
White with #3471AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471AF; }
p { color: rgb(52,113,175); }
H1.HeaderClassName
{
color: #3471AF;
}
.AnyTagClassName
{
color: #3471AF;
}
</style>
background-color css
<style>
a { background-color: #3471AF; }
a { background-color: rgb(52,113,175); }
div.DivClassName
{
background-color: #3471AF;
}
.BgClassName
{
background-color: #3471AF;
}
</style>
border-color css
<style>
span { border-color: #3471AF; }
span { border-color: rgb(52,113,175); }
td.TdClassName
{
border-color: #3471AF;
}
.TagClassName
{
border-color: #3471AF;
}
</style>