Shades of Lochmara #3465AC
Tints of Lochmara #3465AC
RGB
CMYK
RGB Variations
Color information
#3465AC (or 0x3465AC) is known color: Lochmara. HEX triplet: 34, 65 and AC. RGB value is (52,101,172). Sum of RGB (Red+Green+Blue) = 52+101+172=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #3465AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3465AC is #CB9A53. Grayscale: #5E5E5E. Windows color (decimal): -13343316 or 11298100. OLE color: 11298100.
HSL color Cylindrical-coordinate representation of color #3465AC: hue angle of 215.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 #3465AC is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 101 | 172 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.33 |
| HSL | 215.5º | 0.54% | 0.44% | - |
| HSV(B) | 215.5º | 0.7% | 0.67% | - |
| XYZ | 13.52 | 13.02 | 40.83 | - |
| YUV | 94.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 172 | 0.70 | 0.41 | 0 | 0.33 | 215.5 | 0.54 | 0.44 |
| Hex | 34 | 65 | AC | 46 | 29 | 0 | 21 | D8 | 36 | 2C |
| Octal | 64 | 145 | 254 | 106 | 51 | 0 | 41 | 330 | 66 | 54 |
| Binary | 110100 | 1100101 | 10101100 | 1000110 | 101001 | 0 | 100001 | 11011000 | 110110 | 101100 |
Color Harmonies of #3465AC
Complementary color
Monochromatic Colors of #3465AC
Black with #3465AC
Text Example
Text Example
White with #3465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465AC; }
p { color: rgb(52,101,172); }
H1.HeaderClassName
{
color: #3465AC;
}
.AnyTagClassName
{
color: #3465AC;
}
</style>
background-color css
<style>
a { background-color: #3465AC; }
a { background-color: rgb(52,101,172); }
div.DivClassName
{
background-color: #3465AC;
}
.BgClassName
{
background-color: #3465AC;
}
</style>
border-color css
<style>
span { border-color: #3465AC; }
span { border-color: rgb(52,101,172); }
td.TdClassName
{
border-color: #3465AC;
}
.TagClassName
{
border-color: #3465AC;
}
</style>