Shades of Lochmara #317BA9
Tints of Lochmara #317BA9
RGB
CMYK
RGB Variations
Color information
#317BA9 (or 0x317BA9) is known color: Lochmara. HEX triplet: 31, 7B and A9. RGB value is (49,123,169). Sum of RGB (Red+Green+Blue) = 49+123+169=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #317BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317BA9 is #CE8456. Grayscale: #696969. Windows color (decimal): -13534295 or 11107121. OLE color: 11107121.
HSL color Cylindrical-coordinate representation of color #317BA9: hue angle of 203º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #317BA9 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 123 | 169 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.34 |
| HSL | 203º | 0.55% | 0.43% | - |
| HSV(B) | 203º | 0.71% | 0.66% | - |
| XYZ | 15.51 | 17.68 | 40.13 | - |
| YUV | 106.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 169 | 0.71 | 0.27 | 0 | 0.34 | 203 | 0.55 | 0.43 |
| Hex | 31 | 7B | A9 | 47 | 1B | 0 | 22 | CB | 37 | 2B |
| Octal | 61 | 173 | 251 | 107 | 33 | 0 | 42 | 313 | 67 | 53 |
| Binary | 110001 | 1111011 | 10101001 | 1000111 | 11011 | 0 | 100010 | 11001011 | 110111 | 101011 |
Color Harmonies of #317BA9
Complementary color
Monochromatic Colors of #317BA9
Black with #317BA9
Text Example
Text Example
White with #317BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317BA9; }
p { color: rgb(49,123,169); }
H1.HeaderClassName
{
color: #317BA9;
}
.AnyTagClassName
{
color: #317BA9;
}
</style>
background-color css
<style>
a { background-color: #317BA9; }
a { background-color: rgb(49,123,169); }
div.DivClassName
{
background-color: #317BA9;
}
.BgClassName
{
background-color: #317BA9;
}
</style>
border-color css
<style>
span { border-color: #317BA9; }
span { border-color: rgb(49,123,169); }
td.TdClassName
{
border-color: #317BA9;
}
.TagClassName
{
border-color: #317BA9;
}
</style>