Shades of Lochmara #34749F
Tints of Lochmara #34749F
RGB
CMYK
RGB Variations
Color information
#34749F (or 0x34749F) is known color: Lochmara. HEX triplet: 34, 74 and 9F. RGB value is (52,116,159). Sum of RGB (Red+Green+Blue) = 52+116+159=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #34749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34749F is #CB8B60. Grayscale: #656565. Windows color (decimal): -13339489 or 10449972. OLE color: 10449972.
HSL color Cylindrical-coordinate representation of color #34749F: hue angle of 204.11º degrees, saturation: 0.51, 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 #34749F is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 116 | 159 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.38 |
| HSL | 204.11º | 0.51% | 0.41% | - |
| HSV(B) | 204.11º | 0.67% | 0.62% | - |
| XYZ | 13.92 | 15.72 | 35.1 | - |
| YUV | 101.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 159 | 0.67 | 0.27 | 0 | 0.38 | 204.11 | 0.51 | 0.41 |
| Hex | 34 | 74 | 9F | 43 | 1B | 0 | 26 | CC | 33 | 29 |
| Octal | 64 | 164 | 237 | 103 | 33 | 0 | 46 | 314 | 63 | 51 |
| Binary | 110100 | 1110100 | 10011111 | 1000011 | 11011 | 0 | 100110 | 11001100 | 110011 | 101001 |
Color Harmonies of #34749F
Complementary color
Monochromatic Colors of #34749F
Black with #34749F
Text Example
Text Example
White with #34749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34749F; }
p { color: rgb(52,116,159); }
H1.HeaderClassName
{
color: #34749F;
}
.AnyTagClassName
{
color: #34749F;
}
</style>
background-color css
<style>
a { background-color: #34749F; }
a { background-color: rgb(52,116,159); }
div.DivClassName
{
background-color: #34749F;
}
.BgClassName
{
background-color: #34749F;
}
</style>
border-color css
<style>
span { border-color: #34749F; }
span { border-color: rgb(52,116,159); }
td.TdClassName
{
border-color: #34749F;
}
.TagClassName
{
border-color: #34749F;
}
</style>