Shades of Lochmara #347A9C
Tints of Lochmara #347A9C
RGB
CMYK
RGB Variations
Color information
#347A9C (or 0x347A9C) is known color: Lochmara. HEX triplet: 34, 7A and 9C. RGB value is (52,122,156). Sum of RGB (Red+Green+Blue) = 52+122+156=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #347A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A9C is #CB8563. Grayscale: #686868. Windows color (decimal): -13337956 or 10254900. OLE color: 10254900.
HSL color Cylindrical-coordinate representation of color #347A9C: hue angle of 199.62º 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 #347A9C is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 122 | 156 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.39 |
| HSL | 199.62º | 0.5% | 0.41% | - |
| HSV(B) | 199.62º | 0.67% | 0.61% | - |
| XYZ | 14.38 | 17.05 | 33.99 | - |
| YUV | 104.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 156 | 0.67 | 0.22 | 0 | 0.39 | 199.62 | 0.5 | 0.41 |
| Hex | 34 | 7A | 9C | 43 | 16 | 0 | 27 | C8 | 32 | 29 |
| Octal | 64 | 172 | 234 | 103 | 26 | 0 | 47 | 310 | 62 | 51 |
| Binary | 110100 | 1111010 | 10011100 | 1000011 | 10110 | 0 | 100111 | 11001000 | 110010 | 101001 |
Color Harmonies of #347A9C
Complementary color
Monochromatic Colors of #347A9C
Black with #347A9C
Text Example
Text Example
White with #347A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A9C; }
p { color: rgb(52,122,156); }
H1.HeaderClassName
{
color: #347A9C;
}
.AnyTagClassName
{
color: #347A9C;
}
</style>
background-color css
<style>
a { background-color: #347A9C; }
a { background-color: rgb(52,122,156); }
div.DivClassName
{
background-color: #347A9C;
}
.BgClassName
{
background-color: #347A9C;
}
</style>
border-color css
<style>
span { border-color: #347A9C; }
span { border-color: rgb(52,122,156); }
td.TdClassName
{
border-color: #347A9C;
}
.TagClassName
{
border-color: #347A9C;
}
</style>