Shades of Lochmara #3467AC
Tints of Lochmara #3467AC
RGB
CMYK
RGB Variations
Color information
#3467AC (or 0x3467AC) is known color: Lochmara. HEX triplet: 34, 67 and AC. RGB value is (52,103,172). Sum of RGB (Red+Green+Blue) = 52+103+172=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #3467AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3467AC is #CB9853. Grayscale: #5F5F5F. Windows color (decimal): -13342804 or 11298612. OLE color: 11298612.
HSL color Cylindrical-coordinate representation of color #3467AC: hue angle of 214.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 #3467AC is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 103 | 172 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.33 |
| HSL | 214.5º | 0.54% | 0.44% | - |
| HSV(B) | 214.5º | 0.7% | 0.67% | - |
| XYZ | 13.71 | 13.41 | 40.9 | - |
| YUV | 95.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 172 | 0.70 | 0.40 | 0 | 0.33 | 214.5 | 0.54 | 0.44 |
| Hex | 34 | 67 | AC | 46 | 28 | 0 | 21 | D6 | 36 | 2C |
| Octal | 64 | 147 | 254 | 106 | 50 | 0 | 41 | 326 | 66 | 54 |
| Binary | 110100 | 1100111 | 10101100 | 1000110 | 101000 | 0 | 100001 | 11010110 | 110110 | 101100 |
Color Harmonies of #3467AC
Complementary color
Monochromatic Colors of #3467AC
Black with #3467AC
Text Example
Text Example
White with #3467AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467AC; }
p { color: rgb(52,103,172); }
H1.HeaderClassName
{
color: #3467AC;
}
.AnyTagClassName
{
color: #3467AC;
}
</style>
background-color css
<style>
a { background-color: #3467AC; }
a { background-color: rgb(52,103,172); }
div.DivClassName
{
background-color: #3467AC;
}
.BgClassName
{
background-color: #3467AC;
}
</style>
border-color css
<style>
span { border-color: #3467AC; }
span { border-color: rgb(52,103,172); }
td.TdClassName
{
border-color: #3467AC;
}
.TagClassName
{
border-color: #3467AC;
}
</style>