Shades of Lochmara #317AA8
Tints of Lochmara #317AA8
RGB
CMYK
RGB Variations
Color information
#317AA8 (or 0x317AA8) is known color: Lochmara. HEX triplet: 31, 7A and A8. RGB value is (49,122,168). Sum of RGB (Red+Green+Blue) = 49+122+168=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #317AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317AA8 is #CE8557. Grayscale: #696969. Windows color (decimal): -13534552 or 11041329. OLE color: 11041329.
HSL color Cylindrical-coordinate representation of color #317AA8: hue angle of 203.19º 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 #317AA8 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 122 | 168 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.34 |
| HSL | 203.19º | 0.55% | 0.43% | - |
| HSV(B) | 203.19º | 0.71% | 0.66% | - |
| XYZ | 15.29 | 17.4 | 39.6 | - |
| YUV | 105.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 168 | 0.71 | 0.27 | 0 | 0.34 | 203.19 | 0.55 | 0.43 |
| Hex | 31 | 7A | A8 | 47 | 1B | 0 | 22 | CB | 37 | 2B |
| Octal | 61 | 172 | 250 | 107 | 33 | 0 | 42 | 313 | 67 | 53 |
| Binary | 110001 | 1111010 | 10101000 | 1000111 | 11011 | 0 | 100010 | 11001011 | 110111 | 101011 |
Color Harmonies of #317AA8
Complementary color
Monochromatic Colors of #317AA8
Black with #317AA8
Text Example
Text Example
White with #317AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317AA8; }
p { color: rgb(49,122,168); }
H1.HeaderClassName
{
color: #317AA8;
}
.AnyTagClassName
{
color: #317AA8;
}
</style>
background-color css
<style>
a { background-color: #317AA8; }
a { background-color: rgb(49,122,168); }
div.DivClassName
{
background-color: #317AA8;
}
.BgClassName
{
background-color: #317AA8;
}
</style>
border-color css
<style>
span { border-color: #317AA8; }
span { border-color: rgb(49,122,168); }
td.TdClassName
{
border-color: #317AA8;
}
.TagClassName
{
border-color: #317AA8;
}
</style>