Shades of Lochmara #34739C
Tints of Lochmara #34739C
RGB
CMYK
RGB Variations
Color information
#34739C (or 0x34739C) is known color: Lochmara. HEX triplet: 34, 73 and 9C. RGB value is (52,115,156). Sum of RGB (Red+Green+Blue) = 52+115+156=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #34739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34739C is #CB8C63. Grayscale: #646464. Windows color (decimal): -13339748 or 10253108. OLE color: 10253108.
HSL color Cylindrical-coordinate representation of color #34739C: hue angle of 203.65º 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 #34739C is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 115 | 156 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.39 |
| HSL | 203.65º | 0.5% | 0.41% | - |
| HSV(B) | 203.65º | 0.67% | 0.61% | - |
| XYZ | 13.55 | 15.39 | 33.71 | - |
| YUV | 100.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 156 | 0.67 | 0.26 | 0 | 0.39 | 203.65 | 0.5 | 0.41 |
| Hex | 34 | 73 | 9C | 43 | 1A | 0 | 27 | CC | 32 | 29 |
| Octal | 64 | 163 | 234 | 103 | 32 | 0 | 47 | 314 | 62 | 51 |
| Binary | 110100 | 1110011 | 10011100 | 1000011 | 11010 | 0 | 100111 | 11001100 | 110010 | 101001 |
Color Harmonies of #34739C
Complementary color
Monochromatic Colors of #34739C
Black with #34739C
Text Example
Text Example
White with #34739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34739C; }
p { color: rgb(52,115,156); }
H1.HeaderClassName
{
color: #34739C;
}
.AnyTagClassName
{
color: #34739C;
}
</style>
background-color css
<style>
a { background-color: #34739C; }
a { background-color: rgb(52,115,156); }
div.DivClassName
{
background-color: #34739C;
}
.BgClassName
{
background-color: #34739C;
}
</style>
border-color css
<style>
span { border-color: #34739C; }
span { border-color: rgb(52,115,156); }
td.TdClassName
{
border-color: #34739C;
}
.TagClassName
{
border-color: #34739C;
}
</style>