Shades of Lochmara #31769B
Tints of Lochmara #31769B
RGB
CMYK
RGB Variations
Color information
#31769B (or 0x31769B) is known color: Lochmara. HEX triplet: 31, 76 and 9B. RGB value is (49,118,155). Sum of RGB (Red+Green+Blue) = 49+118+155=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #31769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769B is #CE8964. Grayscale: #656565. Windows color (decimal): -13535589 or 10188337. OLE color: 10188337.
HSL color Cylindrical-coordinate representation of color #31769B: hue angle of 200.94º 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 #31769B is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 118 | 155 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.39 |
| HSL | 200.94º | 0.52% | 0.4% | - |
| HSV(B) | 200.94º | 0.68% | 0.61% | - |
| XYZ | 13.66 | 15.98 | 33.37 | - |
| YUV | 101.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 155 | 0.68 | 0.24 | 0 | 0.39 | 200.94 | 0.52 | 0.4 |
| Hex | 31 | 76 | 9B | 44 | 18 | 0 | 27 | C9 | 34 | 28 |
| Octal | 61 | 166 | 233 | 104 | 30 | 0 | 47 | 311 | 64 | 50 |
| Binary | 110001 | 1110110 | 10011011 | 1000100 | 11000 | 0 | 100111 | 11001001 | 110100 | 101000 |
Color Harmonies of #31769B
Complementary color
Monochromatic Colors of #31769B
Black with #31769B
Text Example
Text Example
White with #31769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31769B; }
p { color: rgb(49,118,155); }
H1.HeaderClassName
{
color: #31769B;
}
.AnyTagClassName
{
color: #31769B;
}
</style>
background-color css
<style>
a { background-color: #31769B; }
a { background-color: rgb(49,118,155); }
div.DivClassName
{
background-color: #31769B;
}
.BgClassName
{
background-color: #31769B;
}
</style>
border-color css
<style>
span { border-color: #31769B; }
span { border-color: rgb(49,118,155); }
td.TdClassName
{
border-color: #31769B;
}
.TagClassName
{
border-color: #31769B;
}
</style>