Shades of Lochmara #3474AB
Tints of Lochmara #3474AB
RGB
CMYK
RGB Variations
Color information
#3474AB (or 0x3474AB) is known color: Lochmara. HEX triplet: 34, 74 and AB. RGB value is (52,116,171). Sum of RGB (Red+Green+Blue) = 52+116+171=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3474AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3474AB is #CB8B54. Grayscale: #666666. Windows color (decimal): -13339477 or 11236404. OLE color: 11236404.
HSL color Cylindrical-coordinate representation of color #3474AB: hue angle of 207.73º degrees, saturation: 0.53, 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 #3474AB is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 116 | 171 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.33 |
| HSL | 207.73º | 0.53% | 0.44% | - |
| HSV(B) | 207.73º | 0.7% | 0.67% | - |
| XYZ | 15.01 | 16.16 | 40.86 | - |
| YUV | 103.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 171 | 0.70 | 0.32 | 0 | 0.33 | 207.73 | 0.53 | 0.44 |
| Hex | 34 | 74 | AB | 46 | 20 | 0 | 21 | D0 | 35 | 2C |
| Octal | 64 | 164 | 253 | 106 | 40 | 0 | 41 | 320 | 65 | 54 |
| Binary | 110100 | 1110100 | 10101011 | 1000110 | 100000 | 0 | 100001 | 11010000 | 110101 | 101100 |
Color Harmonies of #3474AB
Complementary color
Monochromatic Colors of #3474AB
Black with #3474AB
Text Example
Text Example
White with #3474AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474AB; }
p { color: rgb(52,116,171); }
H1.HeaderClassName
{
color: #3474AB;
}
.AnyTagClassName
{
color: #3474AB;
}
</style>
background-color css
<style>
a { background-color: #3474AB; }
a { background-color: rgb(52,116,171); }
div.DivClassName
{
background-color: #3474AB;
}
.BgClassName
{
background-color: #3474AB;
}
</style>
border-color css
<style>
span { border-color: #3474AB; }
span { border-color: rgb(52,116,171); }
td.TdClassName
{
border-color: #3474AB;
}
.TagClassName
{
border-color: #3474AB;
}
</style>