Shades of Lochmara #34779F
Tints of Lochmara #34779F
RGB
CMYK
RGB Variations
Color information
#34779F (or 0x34779F) is known color: Lochmara. HEX triplet: 34, 77 and 9F. RGB value is (52,119,159). Sum of RGB (Red+Green+Blue) = 52+119+159=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #34779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34779F is #CB8860. Grayscale: #676767. Windows color (decimal): -13338721 or 10450740. OLE color: 10450740.
HSL color Cylindrical-coordinate representation of color #34779F: hue angle of 202.43º 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 #34779F is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 119 | 159 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.38 |
| HSL | 202.43º | 0.51% | 0.41% | - |
| HSV(B) | 202.43º | 0.67% | 0.62% | - |
| XYZ | 14.27 | 16.43 | 35.22 | - |
| YUV | 103.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 159 | 0.67 | 0.25 | 0 | 0.38 | 202.43 | 0.51 | 0.41 |
| Hex | 34 | 77 | 9F | 43 | 19 | 0 | 26 | CA | 33 | 29 |
| Octal | 64 | 167 | 237 | 103 | 31 | 0 | 46 | 312 | 63 | 51 |
| Binary | 110100 | 1110111 | 10011111 | 1000011 | 11001 | 0 | 100110 | 11001010 | 110011 | 101001 |
Color Harmonies of #34779F
Complementary color
Monochromatic Colors of #34779F
Black with #34779F
Text Example
Text Example
White with #34779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34779F; }
p { color: rgb(52,119,159); }
H1.HeaderClassName
{
color: #34779F;
}
.AnyTagClassName
{
color: #34779F;
}
</style>
background-color css
<style>
a { background-color: #34779F; }
a { background-color: rgb(52,119,159); }
div.DivClassName
{
background-color: #34779F;
}
.BgClassName
{
background-color: #34779F;
}
</style>
border-color css
<style>
span { border-color: #34779F; }
span { border-color: rgb(52,119,159); }
td.TdClassName
{
border-color: #34779F;
}
.TagClassName
{
border-color: #34779F;
}
</style>