Shades of Lochmara #34679C
Tints of Lochmara #34679C
RGB
CMYK
RGB Variations
Color information
#34679C (or 0x34679C) is known color: Lochmara. HEX triplet: 34, 67 and 9C. RGB value is (52,103,156). Sum of RGB (Red+Green+Blue) = 52+103+156=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #34679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34679C is #CB9863. Grayscale: #5D5D5D. Windows color (decimal): -13342820 or 10250036. OLE color: 10250036.
HSL color Cylindrical-coordinate representation of color #34679C: hue angle of 210.58º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34679C is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 103 | 156 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.39 |
| HSL | 210.58º | 0.5% | 0.41% | - |
| HSV(B) | 210.58º | 0.67% | 0.61% | - |
| XYZ | 12.27 | 12.83 | 33.28 | - |
| YUV | 93.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 156 | 0.67 | 0.34 | 0 | 0.39 | 210.58 | 0.5 | 0.41 |
| Hex | 34 | 67 | 9C | 43 | 22 | 0 | 27 | D3 | 32 | 29 |
| Octal | 64 | 147 | 234 | 103 | 42 | 0 | 47 | 323 | 62 | 51 |
| Binary | 110100 | 1100111 | 10011100 | 1000011 | 100010 | 0 | 100111 | 11010011 | 110010 | 101001 |
Color Harmonies of #34679C
Complementary color
Monochromatic Colors of #34679C
Black with #34679C
Text Example
Text Example
White with #34679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34679C; }
p { color: rgb(52,103,156); }
H1.HeaderClassName
{
color: #34679C;
}
.AnyTagClassName
{
color: #34679C;
}
</style>
background-color css
<style>
a { background-color: #34679C; }
a { background-color: rgb(52,103,156); }
div.DivClassName
{
background-color: #34679C;
}
.BgClassName
{
background-color: #34679C;
}
</style>
border-color css
<style>
span { border-color: #34679C; }
span { border-color: rgb(52,103,156); }
td.TdClassName
{
border-color: #34679C;
}
.TagClassName
{
border-color: #34679C;
}
</style>