Shades of Lochmara #34709E
Tints of Lochmara #34709E
RGB
CMYK
RGB Variations
Color information
#34709E (or 0x34709E) is known color: Lochmara. HEX triplet: 34, 70 and 9E. RGB value is (52,112,158). Sum of RGB (Red+Green+Blue) = 52+112+158=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #34709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34709E is #CB8F61. Grayscale: #636363. Windows color (decimal): -13340514 or 10383412. OLE color: 10383412.
HSL color Cylindrical-coordinate representation of color #34709E: hue angle of 206.04º 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 #34709E is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 112 | 158 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.38 |
| HSL | 206.04º | 0.5% | 0.41% | - |
| HSV(B) | 206.04º | 0.67% | 0.62% | - |
| XYZ | 13.38 | 14.79 | 34.5 | - |
| YUV | 99.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 158 | 0.67 | 0.29 | 0 | 0.38 | 206.04 | 0.5 | 0.41 |
| Hex | 34 | 70 | 9E | 43 | 1D | 0 | 26 | CE | 32 | 29 |
| Octal | 64 | 160 | 236 | 103 | 35 | 0 | 46 | 316 | 62 | 51 |
| Binary | 110100 | 1110000 | 10011110 | 1000011 | 11101 | 0 | 100110 | 11001110 | 110010 | 101001 |
Color Harmonies of #34709E
Complementary color
Monochromatic Colors of #34709E
Black with #34709E
Text Example
Text Example
White with #34709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34709E; }
p { color: rgb(52,112,158); }
H1.HeaderClassName
{
color: #34709E;
}
.AnyTagClassName
{
color: #34709E;
}
</style>
background-color css
<style>
a { background-color: #34709E; }
a { background-color: rgb(52,112,158); }
div.DivClassName
{
background-color: #34709E;
}
.BgClassName
{
background-color: #34709E;
}
</style>
border-color css
<style>
span { border-color: #34709E; }
span { border-color: rgb(52,112,158); }
td.TdClassName
{
border-color: #34709E;
}
.TagClassName
{
border-color: #34709E;
}
</style>