Shades of Lochmara #31789B
Tints of Lochmara #31789B
RGB
CMYK
RGB Variations
Color information
#31789B (or 0x31789B) is known color: Lochmara. HEX triplet: 31, 78 and 9B. RGB value is (49,120,155). Sum of RGB (Red+Green+Blue) = 49+120+155=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #31789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31789B is #CE8764. Grayscale: #666666. Windows color (decimal): -13535077 or 10188849. OLE color: 10188849.
HSL color Cylindrical-coordinate representation of color #31789B: hue angle of 199.81º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31789B is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 120 | 155 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.39 |
| HSL | 199.81º | 0.52% | 0.4% | - |
| HSV(B) | 199.81º | 0.68% | 0.61% | - |
| XYZ | 13.9 | 16.45 | 33.45 | - |
| YUV | 102.76 | 157.48 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 155 | 0.68 | 0.23 | 0 | 0.39 | 199.81 | 0.52 | 0.4 |
| Hex | 31 | 78 | 9B | 44 | 17 | 0 | 27 | C8 | 34 | 28 |
| Octal | 61 | 170 | 233 | 104 | 27 | 0 | 47 | 310 | 64 | 50 |
| Binary | 110001 | 1111000 | 10011011 | 1000100 | 10111 | 0 | 100111 | 11001000 | 110100 | 101000 |
Color Harmonies of #31789B
Complementary color
Monochromatic Colors of #31789B
Black with #31789B
Text Example
Text Example
White with #31789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31789B; }
p { color: rgb(49,120,155); }
H1.HeaderClassName
{
color: #31789B;
}
.AnyTagClassName
{
color: #31789B;
}
</style>
background-color css
<style>
a { background-color: #31789B; }
a { background-color: rgb(49,120,155); }
div.DivClassName
{
background-color: #31789B;
}
.BgClassName
{
background-color: #31789B;
}
</style>
border-color css
<style>
span { border-color: #31789B; }
span { border-color: rgb(49,120,155); }
td.TdClassName
{
border-color: #31789B;
}
.TagClassName
{
border-color: #31789B;
}
</style>