Shades of Lochmara #31769A
Tints of Lochmara #31769A
RGB
CMYK
RGB Variations
Color information
#31769A (or 0x31769A) is known color: Lochmara. HEX triplet: 31, 76 and 9A. RGB value is (49,118,154). Sum of RGB (Red+Green+Blue) = 49+118+154=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #31769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769A is #CE8965. Grayscale: #656565. Windows color (decimal): -13535590 or 10122801. OLE color: 10122801.
HSL color Cylindrical-coordinate representation of color #31769A: hue angle of 200.57º 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 #31769A is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 118 | 154 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.40 |
| HSL | 200.57º | 0.52% | 0.4% | - |
| HSV(B) | 200.57º | 0.68% | 0.6% | - |
| XYZ | 13.58 | 15.94 | 32.93 | - |
| YUV | 101.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 154 | 0.68 | 0.23 | 0 | 0.40 | 200.57 | 0.52 | 0.4 |
| Hex | 31 | 76 | 9A | 44 | 17 | 0 | 28 | C9 | 34 | 28 |
| Octal | 61 | 166 | 232 | 104 | 27 | 0 | 50 | 311 | 64 | 50 |
| Binary | 110001 | 1110110 | 10011010 | 1000100 | 10111 | 0 | 101000 | 11001001 | 110100 | 101000 |
Color Harmonies of #31769A
Complementary color
Monochromatic Colors of #31769A
Black with #31769A
Text Example
Text Example
White with #31769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31769A; }
p { color: rgb(49,118,154); }
H1.HeaderClassName
{
color: #31769A;
}
.AnyTagClassName
{
color: #31769A;
}
</style>
background-color css
<style>
a { background-color: #31769A; }
a { background-color: rgb(49,118,154); }
div.DivClassName
{
background-color: #31769A;
}
.BgClassName
{
background-color: #31769A;
}
</style>
border-color css
<style>
span { border-color: #31769A; }
span { border-color: rgb(49,118,154); }
td.TdClassName
{
border-color: #31769A;
}
.TagClassName
{
border-color: #31769A;
}
</style>