Shades of Lochmara #34799F
Tints of Lochmara #34799F
RGB
CMYK
RGB Variations
Color information
#34799F (or 0x34799F) is known color: Lochmara. HEX triplet: 34, 79 and 9F. RGB value is (52,121,159). Sum of RGB (Red+Green+Blue) = 52+121+159=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #34799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34799F is #CB8660. Grayscale: #686868. Windows color (decimal): -13338209 or 10451252. OLE color: 10451252.
HSL color Cylindrical-coordinate representation of color #34799F: hue angle of 201.31º 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 #34799F is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 121 | 159 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.38 |
| HSL | 201.31º | 0.51% | 0.41% | - |
| HSV(B) | 201.31º | 0.67% | 0.62% | - |
| XYZ | 14.51 | 16.91 | 35.3 | - |
| YUV | 104.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 159 | 0.67 | 0.24 | 0 | 0.38 | 201.31 | 0.51 | 0.41 |
| Hex | 34 | 79 | 9F | 43 | 18 | 0 | 26 | C9 | 33 | 29 |
| Octal | 64 | 171 | 237 | 103 | 30 | 0 | 46 | 311 | 63 | 51 |
| Binary | 110100 | 1111001 | 10011111 | 1000011 | 11000 | 0 | 100110 | 11001001 | 110011 | 101001 |
Color Harmonies of #34799F
Complementary color
Monochromatic Colors of #34799F
Black with #34799F
Text Example
Text Example
White with #34799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34799F; }
p { color: rgb(52,121,159); }
H1.HeaderClassName
{
color: #34799F;
}
.AnyTagClassName
{
color: #34799F;
}
</style>
background-color css
<style>
a { background-color: #34799F; }
a { background-color: rgb(52,121,159); }
div.DivClassName
{
background-color: #34799F;
}
.BgClassName
{
background-color: #34799F;
}
</style>
border-color css
<style>
span { border-color: #34799F; }
span { border-color: rgb(52,121,159); }
td.TdClassName
{
border-color: #34799F;
}
.TagClassName
{
border-color: #34799F;
}
</style>