Shades of Lochmara #34679D
Tints of Lochmara #34679D
RGB
CMYK
RGB Variations
Color information
#34679D (or 0x34679D) is known color: Lochmara. HEX triplet: 34, 67 and 9D. RGB value is (52,103,157). Sum of RGB (Red+Green+Blue) = 52+103+157=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #34679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34679D is #CB9862. Grayscale: #5D5D5D. Windows color (decimal): -13342819 or 10315572. OLE color: 10315572.
HSL color Cylindrical-coordinate representation of color #34679D: hue angle of 210.86º degrees, saturation: 0.5, 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 #34679D is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 103 | 157 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.38 |
| HSL | 210.86º | 0.5% | 0.41% | - |
| HSV(B) | 210.86º | 0.67% | 0.62% | - |
| XYZ | 12.35 | 12.86 | 33.73 | - |
| YUV | 93.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 157 | 0.67 | 0.34 | 0 | 0.38 | 210.86 | 0.5 | 0.41 |
| Hex | 34 | 67 | 9D | 43 | 22 | 0 | 26 | D3 | 32 | 29 |
| Octal | 64 | 147 | 235 | 103 | 42 | 0 | 46 | 323 | 62 | 51 |
| Binary | 110100 | 1100111 | 10011101 | 1000011 | 100010 | 0 | 100110 | 11010011 | 110010 | 101001 |
Color Harmonies of #34679D
Complementary color
Monochromatic Colors of #34679D
Black with #34679D
Text Example
Text Example
White with #34679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34679D; }
p { color: rgb(52,103,157); }
H1.HeaderClassName
{
color: #34679D;
}
.AnyTagClassName
{
color: #34679D;
}
</style>
background-color css
<style>
a { background-color: #34679D; }
a { background-color: rgb(52,103,157); }
div.DivClassName
{
background-color: #34679D;
}
.BgClassName
{
background-color: #34679D;
}
</style>
border-color css
<style>
span { border-color: #34679D; }
span { border-color: rgb(52,103,157); }
td.TdClassName
{
border-color: #34679D;
}
.TagClassName
{
border-color: #34679D;
}
</style>