Shades of Lochmara #3465AA
Tints of Lochmara #3465AA
RGB
CMYK
RGB Variations
Color information
#3465AA (or 0x3465AA) is known color: Lochmara. HEX triplet: 34, 65 and AA. RGB value is (52,101,170). Sum of RGB (Red+Green+Blue) = 52+101+170=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #3465AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3465AA is #CB9A55. Grayscale: #5D5D5D. Windows color (decimal): -13343318 or 11167028. OLE color: 11167028.
HSL color Cylindrical-coordinate representation of color #3465AA: hue angle of 215.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3465AA is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 101 | 170 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.33 |
| HSL | 215.08º | 0.53% | 0.44% | - |
| HSV(B) | 215.08º | 0.69% | 0.67% | - |
| XYZ | 13.33 | 12.94 | 39.83 | - |
| YUV | 94.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 170 | 0.69 | 0.41 | 0 | 0.33 | 215.08 | 0.53 | 0.44 |
| Hex | 34 | 65 | AA | 45 | 29 | 0 | 21 | D7 | 35 | 2C |
| Octal | 64 | 145 | 252 | 105 | 51 | 0 | 41 | 327 | 65 | 54 |
| Binary | 110100 | 1100101 | 10101010 | 1000101 | 101001 | 0 | 100001 | 11010111 | 110101 | 101100 |
Color Harmonies of #3465AA
Complementary color
Monochromatic Colors of #3465AA
Black with #3465AA
Text Example
Text Example
White with #3465AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465AA; }
p { color: rgb(52,101,170); }
H1.HeaderClassName
{
color: #3465AA;
}
.AnyTagClassName
{
color: #3465AA;
}
</style>
background-color css
<style>
a { background-color: #3465AA; }
a { background-color: rgb(52,101,170); }
div.DivClassName
{
background-color: #3465AA;
}
.BgClassName
{
background-color: #3465AA;
}
</style>
border-color css
<style>
span { border-color: #3465AA; }
span { border-color: rgb(52,101,170); }
td.TdClassName
{
border-color: #3465AA;
}
.TagClassName
{
border-color: #3465AA;
}
</style>