Shades of Lochmara #34729B
Tints of Lochmara #34729B
RGB
CMYK
RGB Variations
Color information
#34729B (or 0x34729B) is known color: Lochmara. HEX triplet: 34, 72 and 9B. RGB value is (52,114,155). Sum of RGB (Red+Green+Blue) = 52+114+155=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #34729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34729B is #CB8D64. Grayscale: #636363. Windows color (decimal): -13340005 or 10187316. OLE color: 10187316.
HSL color Cylindrical-coordinate representation of color #34729B: hue angle of 203.88º 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 #34729B is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 114 | 155 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.39 |
| HSL | 203.88º | 0.5% | 0.41% | - |
| HSV(B) | 203.88º | 0.66% | 0.61% | - |
| XYZ | 13.35 | 15.13 | 33.23 | - |
| YUV | 100.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 155 | 0.66 | 0.26 | 0 | 0.39 | 203.88 | 0.5 | 0.41 |
| Hex | 34 | 72 | 9B | 42 | 1A | 0 | 27 | CC | 32 | 29 |
| Octal | 64 | 162 | 233 | 102 | 32 | 0 | 47 | 314 | 62 | 51 |
| Binary | 110100 | 1110010 | 10011011 | 1000010 | 11010 | 0 | 100111 | 11001100 | 110010 | 101001 |
Color Harmonies of #34729B
Complementary color
Monochromatic Colors of #34729B
Black with #34729B
Text Example
Text Example
White with #34729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34729B; }
p { color: rgb(52,114,155); }
H1.HeaderClassName
{
color: #34729B;
}
.AnyTagClassName
{
color: #34729B;
}
</style>
background-color css
<style>
a { background-color: #34729B; }
a { background-color: rgb(52,114,155); }
div.DivClassName
{
background-color: #34729B;
}
.BgClassName
{
background-color: #34729B;
}
</style>
border-color css
<style>
span { border-color: #34729B; }
span { border-color: rgb(52,114,155); }
td.TdClassName
{
border-color: #34729B;
}
.TagClassName
{
border-color: #34729B;
}
</style>