Shades of Lochmara #31789A
Tints of Lochmara #31789A
RGB
CMYK
RGB Variations
Color information
#31789A (or 0x31789A) is known color: Lochmara. HEX triplet: 31, 78 and 9A. RGB value is (49,120,154). Sum of RGB (Red+Green+Blue) = 49+120+154=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #31789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31789A is #CE8765. Grayscale: #666666. Windows color (decimal): -13535078 or 10123313. OLE color: 10123313.
HSL color Cylindrical-coordinate representation of color #31789A: hue angle of 199.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31789A is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 120 | 154 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.40 |
| HSL | 199.43º | 0.52% | 0.4% | - |
| HSV(B) | 199.43º | 0.68% | 0.6% | - |
| XYZ | 13.82 | 16.42 | 33.01 | - |
| YUV | 102.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 154 | 0.68 | 0.22 | 0 | 0.40 | 199.43 | 0.52 | 0.4 |
| Hex | 31 | 78 | 9A | 44 | 16 | 0 | 28 | C7 | 34 | 28 |
| Octal | 61 | 170 | 232 | 104 | 26 | 0 | 50 | 307 | 64 | 50 |
| Binary | 110001 | 1111000 | 10011010 | 1000100 | 10110 | 0 | 101000 | 11000111 | 110100 | 101000 |
Color Harmonies of #31789A
Complementary color
Monochromatic Colors of #31789A
Black with #31789A
Text Example
Text Example
White with #31789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31789A; }
p { color: rgb(49,120,154); }
H1.HeaderClassName
{
color: #31789A;
}
.AnyTagClassName
{
color: #31789A;
}
</style>
background-color css
<style>
a { background-color: #31789A; }
a { background-color: rgb(49,120,154); }
div.DivClassName
{
background-color: #31789A;
}
.BgClassName
{
background-color: #31789A;
}
</style>
border-color css
<style>
span { border-color: #31789A; }
span { border-color: rgb(49,120,154); }
td.TdClassName
{
border-color: #31789A;
}
.TagClassName
{
border-color: #31789A;
}
</style>