Shades of Lochmara #39729A
Tints of Lochmara #39729A
RGB
CMYK
RGB Variations
Color information
#39729A (or 0x39729A) is known color: Lochmara. HEX triplet: 39, 72 and 9A. RGB value is (57,114,154). Sum of RGB (Red+Green+Blue) = 57+114+154=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #39729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39729A is #C68D65. Grayscale: #656565. Windows color (decimal): -13012326 or 10121785. OLE color: 10121785.
HSL color Cylindrical-coordinate representation of color #39729A: hue angle of 204.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39729A is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 114 | 154 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.40 |
| HSL | 204.74º | 0.46% | 0.41% | - |
| HSV(B) | 204.74º | 0.63% | 0.6% | - |
| XYZ | 13.54 | 15.24 | 32.8 | - |
| YUV | 101.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 154 | 0.63 | 0.26 | 0 | 0.40 | 204.74 | 0.46 | 0.41 |
| Hex | 39 | 72 | 9A | 3F | 1A | 0 | 28 | CD | 2E | 29 |
| Octal | 71 | 162 | 232 | 77 | 32 | 0 | 50 | 315 | 56 | 51 |
| Binary | 111001 | 1110010 | 10011010 | 111111 | 11010 | 0 | 101000 | 11001101 | 101110 | 101001 |
Color Harmonies of #39729A
Complementary color
Monochromatic Colors of #39729A
Black with #39729A
Text Example
Text Example
White with #39729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39729A; }
p { color: rgb(57,114,154); }
H1.HeaderClassName
{
color: #39729A;
}
.AnyTagClassName
{
color: #39729A;
}
</style>
background-color css
<style>
a { background-color: #39729A; }
a { background-color: rgb(57,114,154); }
div.DivClassName
{
background-color: #39729A;
}
.BgClassName
{
background-color: #39729A;
}
</style>
border-color css
<style>
span { border-color: #39729A; }
span { border-color: rgb(57,114,154); }
td.TdClassName
{
border-color: #39729A;
}
.TagClassName
{
border-color: #39729A;
}
</style>