Shades of Lochmara #31769C
Tints of Lochmara #31769C
RGB
CMYK
RGB Variations
Color information
#31769C (or 0x31769C) is known color: Lochmara. HEX triplet: 31, 76 and 9C. RGB value is (49,118,156). Sum of RGB (Red+Green+Blue) = 49+118+156=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #31769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769C is #CE8963. Grayscale: #656565. Windows color (decimal): -13535588 or 10253873. OLE color: 10253873.
HSL color Cylindrical-coordinate representation of color #31769C: hue angle of 201.31º 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 #31769C is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 118 | 156 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.39 |
| HSL | 201.31º | 0.52% | 0.4% | - |
| HSV(B) | 201.31º | 0.69% | 0.61% | - |
| XYZ | 13.75 | 16.01 | 33.82 | - |
| YUV | 101.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 156 | 0.69 | 0.24 | 0 | 0.39 | 201.31 | 0.52 | 0.4 |
| Hex | 31 | 76 | 9C | 45 | 18 | 0 | 27 | C9 | 34 | 28 |
| Octal | 61 | 166 | 234 | 105 | 30 | 0 | 47 | 311 | 64 | 50 |
| Binary | 110001 | 1110110 | 10011100 | 1000101 | 11000 | 0 | 100111 | 11001001 | 110100 | 101000 |
Color Harmonies of #31769C
Complementary color
Monochromatic Colors of #31769C
Black with #31769C
Text Example
Text Example
White with #31769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31769C; }
p { color: rgb(49,118,156); }
H1.HeaderClassName
{
color: #31769C;
}
.AnyTagClassName
{
color: #31769C;
}
</style>
background-color css
<style>
a { background-color: #31769C; }
a { background-color: rgb(49,118,156); }
div.DivClassName
{
background-color: #31769C;
}
.BgClassName
{
background-color: #31769C;
}
</style>
border-color css
<style>
span { border-color: #31769C; }
span { border-color: rgb(49,118,156); }
td.TdClassName
{
border-color: #31769C;
}
.TagClassName
{
border-color: #31769C;
}
</style>