Shades of Lochmara #31729C
Tints of Lochmara #31729C
RGB
CMYK
RGB Variations
Color information
#31729C (or 0x31729C) is known color: Lochmara. HEX triplet: 31, 72 and 9C. RGB value is (49,114,156). Sum of RGB (Red+Green+Blue) = 49+114+156=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #31729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31729C is #CE8D63. Grayscale: #636363. Windows color (decimal): -13536612 or 10252849. OLE color: 10252849.
HSL color Cylindrical-coordinate representation of color #31729C: hue angle of 203.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31729C is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 114 | 156 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.39 |
| HSL | 203.55º | 0.52% | 0.4% | - |
| HSV(B) | 203.55º | 0.69% | 0.61% | - |
| XYZ | 13.28 | 15.09 | 33.66 | - |
| YUV | 99.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 156 | 0.69 | 0.27 | 0 | 0.39 | 203.55 | 0.52 | 0.4 |
| Hex | 31 | 72 | 9C | 45 | 1B | 0 | 27 | CC | 34 | 28 |
| Octal | 61 | 162 | 234 | 105 | 33 | 0 | 47 | 314 | 64 | 50 |
| Binary | 110001 | 1110010 | 10011100 | 1000101 | 11011 | 0 | 100111 | 11001100 | 110100 | 101000 |
Color Harmonies of #31729C
Complementary color
Monochromatic Colors of #31729C
Black with #31729C
Text Example
Text Example
White with #31729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31729C; }
p { color: rgb(49,114,156); }
H1.HeaderClassName
{
color: #31729C;
}
.AnyTagClassName
{
color: #31729C;
}
</style>
background-color css
<style>
a { background-color: #31729C; }
a { background-color: rgb(49,114,156); }
div.DivClassName
{
background-color: #31729C;
}
.BgClassName
{
background-color: #31729C;
}
</style>
border-color css
<style>
span { border-color: #31729C; }
span { border-color: rgb(49,114,156); }
td.TdClassName
{
border-color: #31729C;
}
.TagClassName
{
border-color: #31729C;
}
</style>