Shades of Lochmara #34749B
Tints of Lochmara #34749B
RGB
CMYK
RGB Variations
Color information
#34749B (or 0x34749B) is known color: Lochmara. HEX triplet: 34, 74 and 9B. RGB value is (52,116,155). Sum of RGB (Red+Green+Blue) = 52+116+155=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #34749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749B is #CB8B64. Grayscale: #656565. Windows color (decimal): -13339493 or 10187828. OLE color: 10187828.
HSL color Cylindrical-coordinate representation of color #34749B: hue angle of 202.72º 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 #34749B is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 116 | 155 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.39 |
| HSL | 202.72º | 0.5% | 0.41% | - |
| HSV(B) | 202.72º | 0.66% | 0.61% | - |
| XYZ | 13.58 | 15.59 | 33.3 | - |
| YUV | 101.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 155 | 0.66 | 0.25 | 0 | 0.39 | 202.72 | 0.5 | 0.41 |
| Hex | 34 | 74 | 9B | 42 | 19 | 0 | 27 | CB | 32 | 29 |
| Octal | 64 | 164 | 233 | 102 | 31 | 0 | 47 | 313 | 62 | 51 |
| Binary | 110100 | 1110100 | 10011011 | 1000010 | 11001 | 0 | 100111 | 11001011 | 110010 | 101001 |
Color Harmonies of #34749B
Complementary color
Monochromatic Colors of #34749B
Black with #34749B
Text Example
Text Example
White with #34749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34749B; }
p { color: rgb(52,116,155); }
H1.HeaderClassName
{
color: #34749B;
}
.AnyTagClassName
{
color: #34749B;
}
</style>
background-color css
<style>
a { background-color: #34749B; }
a { background-color: rgb(52,116,155); }
div.DivClassName
{
background-color: #34749B;
}
.BgClassName
{
background-color: #34749B;
}
</style>
border-color css
<style>
span { border-color: #34749B; }
span { border-color: rgb(52,116,155); }
td.TdClassName
{
border-color: #34749B;
}
.TagClassName
{
border-color: #34749B;
}
</style>