Shades of Lochmara #34649F
Tints of Lochmara #34649F
RGB
CMYK
RGB Variations
Color information
#34649F (or 0x34649F) is known color: Lochmara. HEX triplet: 34, 64 and 9F. RGB value is (52,100,159). Sum of RGB (Red+Green+Blue) = 52+100+159=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #34649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34649F is #CB9B60. Grayscale: #5C5C5C. Windows color (decimal): -13343585 or 10445876. OLE color: 10445876.
HSL color Cylindrical-coordinate representation of color #34649F: hue angle of 213.08º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34649F is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 100 | 159 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.38 |
| HSL | 213.08º | 0.51% | 0.41% | - |
| HSV(B) | 213.08º | 0.67% | 0.62% | - |
| XYZ | 12.23 | 12.35 | 34.54 | - |
| YUV | 92.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 159 | 0.67 | 0.37 | 0 | 0.38 | 213.08 | 0.51 | 0.41 |
| Hex | 34 | 64 | 9F | 43 | 25 | 0 | 26 | D5 | 33 | 29 |
| Octal | 64 | 144 | 237 | 103 | 45 | 0 | 46 | 325 | 63 | 51 |
| Binary | 110100 | 1100100 | 10011111 | 1000011 | 100101 | 0 | 100110 | 11010101 | 110011 | 101001 |
Color Harmonies of #34649F
Complementary color
Monochromatic Colors of #34649F
Black with #34649F
Text Example
Text Example
White with #34649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34649F; }
p { color: rgb(52,100,159); }
H1.HeaderClassName
{
color: #34649F;
}
.AnyTagClassName
{
color: #34649F;
}
</style>
background-color css
<style>
a { background-color: #34649F; }
a { background-color: rgb(52,100,159); }
div.DivClassName
{
background-color: #34649F;
}
.BgClassName
{
background-color: #34649F;
}
</style>
border-color css
<style>
span { border-color: #34649F; }
span { border-color: rgb(52,100,159); }
td.TdClassName
{
border-color: #34649F;
}
.TagClassName
{
border-color: #34649F;
}
</style>