Shades of Lochmara #34639A
Tints of Lochmara #34639A
RGB
CMYK
RGB Variations
Color information
#34639A (or 0x34639A) is known color: Lochmara. HEX triplet: 34, 63 and 9A. RGB value is (52,99,154). Sum of RGB (Red+Green+Blue) = 52+99+154=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #34639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34639A is #CB9C65. Grayscale: #5A5A5A. Windows color (decimal): -13343846 or 10117940. OLE color: 10117940.
HSL color Cylindrical-coordinate representation of color #34639A: hue angle of 212.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34639A is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 99 | 154 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.40 |
| HSL | 212.35º | 0.5% | 0.4% | - |
| HSV(B) | 212.35º | 0.66% | 0.6% | - |
| XYZ | 11.71 | 11.99 | 32.27 | - |
| YUV | 91.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 154 | 0.66 | 0.36 | 0 | 0.40 | 212.35 | 0.5 | 0.4 |
| Hex | 34 | 63 | 9A | 42 | 24 | 0 | 28 | D4 | 32 | 28 |
| Octal | 64 | 143 | 232 | 102 | 44 | 0 | 50 | 324 | 62 | 50 |
| Binary | 110100 | 1100011 | 10011010 | 1000010 | 100100 | 0 | 101000 | 11010100 | 110010 | 101000 |
Color Harmonies of #34639A
Complementary color
Monochromatic Colors of #34639A
Black with #34639A
Text Example
Text Example
White with #34639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34639A; }
p { color: rgb(52,99,154); }
H1.HeaderClassName
{
color: #34639A;
}
.AnyTagClassName
{
color: #34639A;
}
</style>
background-color css
<style>
a { background-color: #34639A; }
a { background-color: rgb(52,99,154); }
div.DivClassName
{
background-color: #34639A;
}
.BgClassName
{
background-color: #34639A;
}
</style>
border-color css
<style>
span { border-color: #34639A; }
span { border-color: rgb(52,99,154); }
td.TdClassName
{
border-color: #34639A;
}
.TagClassName
{
border-color: #34639A;
}
</style>