Shades of Lochmara #34649B
Tints of Lochmara #34649B
RGB
CMYK
RGB Variations
Color information
#34649B (or 0x34649B) is known color: Lochmara. HEX triplet: 34, 64 and 9B. RGB value is (52,100,155). Sum of RGB (Red+Green+Blue) = 52+100+155=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #34649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34649B is #CB9B64. Grayscale: #5B5B5B. Windows color (decimal): -13343589 or 10183732. OLE color: 10183732.
HSL color Cylindrical-coordinate representation of color #34649B: hue angle of 212.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34649B is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 100 | 155 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.39 |
| HSL | 212.04º | 0.5% | 0.41% | - |
| HSV(B) | 212.04º | 0.66% | 0.61% | - |
| XYZ | 11.89 | 12.21 | 32.74 | - |
| YUV | 91.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 155 | 0.66 | 0.35 | 0 | 0.39 | 212.04 | 0.5 | 0.41 |
| Hex | 34 | 64 | 9B | 42 | 23 | 0 | 27 | D4 | 32 | 29 |
| Octal | 64 | 144 | 233 | 102 | 43 | 0 | 47 | 324 | 62 | 51 |
| Binary | 110100 | 1100100 | 10011011 | 1000010 | 100011 | 0 | 100111 | 11010100 | 110010 | 101001 |
Color Harmonies of #34649B
Complementary color
Monochromatic Colors of #34649B
Black with #34649B
Text Example
Text Example
White with #34649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34649B; }
p { color: rgb(52,100,155); }
H1.HeaderClassName
{
color: #34649B;
}
.AnyTagClassName
{
color: #34649B;
}
</style>
background-color css
<style>
a { background-color: #34649B; }
a { background-color: rgb(52,100,155); }
div.DivClassName
{
background-color: #34649B;
}
.BgClassName
{
background-color: #34649B;
}
</style>
border-color css
<style>
span { border-color: #34649B; }
span { border-color: rgb(52,100,155); }
td.TdClassName
{
border-color: #34649B;
}
.TagClassName
{
border-color: #34649B;
}
</style>