Shades of Lochmara #34639F
Tints of Lochmara #34639F
RGB
CMYK
RGB Variations
Color information
#34639F (or 0x34639F) is known color: Lochmara. HEX triplet: 34, 63 and 9F. RGB value is (52,99,159). Sum of RGB (Red+Green+Blue) = 52+99+159=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #34639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34639F is #CB9C60. Grayscale: #5B5B5B. Windows color (decimal): -13343841 or 10445620. OLE color: 10445620.
HSL color Cylindrical-coordinate representation of color #34639F: hue angle of 213.64º 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 #34639F is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 99 | 159 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.38 |
| HSL | 213.64º | 0.51% | 0.41% | - |
| HSV(B) | 213.64º | 0.67% | 0.62% | - |
| XYZ | 12.14 | 12.16 | 34.51 | - |
| YUV | 91.79 | 165.93 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 159 | 0.67 | 0.38 | 0 | 0.38 | 213.64 | 0.51 | 0.41 |
| Hex | 34 | 63 | 9F | 43 | 26 | 0 | 26 | D6 | 33 | 29 |
| Octal | 64 | 143 | 237 | 103 | 46 | 0 | 46 | 326 | 63 | 51 |
| Binary | 110100 | 1100011 | 10011111 | 1000011 | 100110 | 0 | 100110 | 11010110 | 110011 | 101001 |
Color Harmonies of #34639F
Complementary color
Monochromatic Colors of #34639F
Black with #34639F
Text Example
Text Example
White with #34639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34639F; }
p { color: rgb(52,99,159); }
H1.HeaderClassName
{
color: #34639F;
}
.AnyTagClassName
{
color: #34639F;
}
</style>
background-color css
<style>
a { background-color: #34639F; }
a { background-color: rgb(52,99,159); }
div.DivClassName
{
background-color: #34639F;
}
.BgClassName
{
background-color: #34639F;
}
</style>
border-color css
<style>
span { border-color: #34639F; }
span { border-color: rgb(52,99,159); }
td.TdClassName
{
border-color: #34639F;
}
.TagClassName
{
border-color: #34639F;
}
</style>