Shades of Lochmara #347B9F
Tints of Lochmara #347B9F
RGB
CMYK
RGB Variations
Color information
#347B9F (or 0x347B9F) is known color: Lochmara. HEX triplet: 34, 7B and 9F. RGB value is (52,123,159). Sum of RGB (Red+Green+Blue) = 52+123+159=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #347B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9F is #CB8460. Grayscale: #696969. Windows color (decimal): -13337697 or 10451764. OLE color: 10451764.
HSL color Cylindrical-coordinate representation of color #347B9F: hue angle of 200.19º 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 #347B9F is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 123 | 159 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.38 |
| HSL | 200.19º | 0.51% | 0.41% | - |
| HSV(B) | 200.19º | 0.67% | 0.62% | - |
| XYZ | 14.76 | 17.4 | 35.38 | - |
| YUV | 105.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 159 | 0.67 | 0.23 | 0 | 0.38 | 200.19 | 0.51 | 0.41 |
| Hex | 34 | 7B | 9F | 43 | 17 | 0 | 26 | C8 | 33 | 29 |
| Octal | 64 | 173 | 237 | 103 | 27 | 0 | 46 | 310 | 63 | 51 |
| Binary | 110100 | 1111011 | 10011111 | 1000011 | 10111 | 0 | 100110 | 11001000 | 110011 | 101001 |
Color Harmonies of #347B9F
Complementary color
Monochromatic Colors of #347B9F
Black with #347B9F
Text Example
Text Example
White with #347B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B9F; }
p { color: rgb(52,123,159); }
H1.HeaderClassName
{
color: #347B9F;
}
.AnyTagClassName
{
color: #347B9F;
}
</style>
background-color css
<style>
a { background-color: #347B9F; }
a { background-color: rgb(52,123,159); }
div.DivClassName
{
background-color: #347B9F;
}
.BgClassName
{
background-color: #347B9F;
}
</style>
border-color css
<style>
span { border-color: #347B9F; }
span { border-color: rgb(52,123,159); }
td.TdClassName
{
border-color: #347B9F;
}
.TagClassName
{
border-color: #347B9F;
}
</style>