Shades of Lochmara #34699B
Tints of Lochmara #34699B
RGB
CMYK
RGB Variations
Color information
#34699B (or 0x34699B) is known color: Lochmara. HEX triplet: 34, 69 and 9B. RGB value is (52,105,155). Sum of RGB (Red+Green+Blue) = 52+105+155=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #34699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34699B is #CB9664. Grayscale: #5E5E5E. Windows color (decimal): -13342309 or 10185012. OLE color: 10185012.
HSL color Cylindrical-coordinate representation of color #34699B: hue angle of 209.13º 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 #34699B is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 105 | 155 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.39 |
| HSL | 209.13º | 0.5% | 0.41% | - |
| HSV(B) | 209.13º | 0.66% | 0.61% | - |
| XYZ | 12.38 | 13.2 | 32.91 | - |
| YUV | 94.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 105 | 155 | 0.66 | 0.32 | 0 | 0.39 | 209.13 | 0.5 | 0.41 |
| Hex | 34 | 69 | 9B | 42 | 20 | 0 | 27 | D1 | 32 | 29 |
| Octal | 64 | 151 | 233 | 102 | 40 | 0 | 47 | 321 | 62 | 51 |
| Binary | 110100 | 1101001 | 10011011 | 1000010 | 100000 | 0 | 100111 | 11010001 | 110010 | 101001 |
Color Harmonies of #34699B
Complementary color
Monochromatic Colors of #34699B
Black with #34699B
Text Example
Text Example
White with #34699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34699B; }
p { color: rgb(52,105,155); }
H1.HeaderClassName
{
color: #34699B;
}
.AnyTagClassName
{
color: #34699B;
}
</style>
background-color css
<style>
a { background-color: #34699B; }
a { background-color: rgb(52,105,155); }
div.DivClassName
{
background-color: #34699B;
}
.BgClassName
{
background-color: #34699B;
}
</style>
border-color css
<style>
span { border-color: #34699B; }
span { border-color: rgb(52,105,155); }
td.TdClassName
{
border-color: #34699B;
}
.TagClassName
{
border-color: #34699B;
}
</style>