Shades of Lochmara #31789D
Tints of Lochmara #31789D
RGB
CMYK
RGB Variations
Color information
#31789D (or 0x31789D) is known color: Lochmara. HEX triplet: 31, 78 and 9D. RGB value is (49,120,157). Sum of RGB (Red+Green+Blue) = 49+120+157=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #31789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31789D is #CE8762. Grayscale: #666666. Windows color (decimal): -13535075 or 10319921. OLE color: 10319921.
HSL color Cylindrical-coordinate representation of color #31789D: hue angle of 200.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31789D is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 120 | 157 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.38 |
| HSL | 200.56º | 0.52% | 0.4% | - |
| HSV(B) | 200.56º | 0.69% | 0.62% | - |
| XYZ | 14.07 | 16.52 | 34.35 | - |
| YUV | 102.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 157 | 0.69 | 0.24 | 0 | 0.38 | 200.56 | 0.52 | 0.4 |
| Hex | 31 | 78 | 9D | 45 | 18 | 0 | 26 | C9 | 34 | 28 |
| Octal | 61 | 170 | 235 | 105 | 30 | 0 | 46 | 311 | 64 | 50 |
| Binary | 110001 | 1111000 | 10011101 | 1000101 | 11000 | 0 | 100110 | 11001001 | 110100 | 101000 |
Color Harmonies of #31789D
Complementary color
Monochromatic Colors of #31789D
Black with #31789D
Text Example
Text Example
White with #31789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31789D; }
p { color: rgb(49,120,157); }
H1.HeaderClassName
{
color: #31789D;
}
.AnyTagClassName
{
color: #31789D;
}
</style>
background-color css
<style>
a { background-color: #31789D; }
a { background-color: rgb(49,120,157); }
div.DivClassName
{
background-color: #31789D;
}
.BgClassName
{
background-color: #31789D;
}
</style>
border-color css
<style>
span { border-color: #31789D; }
span { border-color: rgb(49,120,157); }
td.TdClassName
{
border-color: #31789D;
}
.TagClassName
{
border-color: #31789D;
}
</style>