Shades of Lochmara #317EA8
Tints of Lochmara #317EA8
RGB
CMYK
RGB Variations
Color information
#317EA8 (or 0x317EA8) is known color: Lochmara. HEX triplet: 31, 7E and A8. RGB value is (49,126,168). Sum of RGB (Red+Green+Blue) = 49+126+168=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #317EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317EA8 is #CE8157. Grayscale: #6B6B6B. Windows color (decimal): -13533528 or 11042353. OLE color: 11042353.
HSL color Cylindrical-coordinate representation of color #317EA8: hue angle of 201.18º 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 #317EA8 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 126 | 168 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.34 |
| HSL | 201.18º | 0.55% | 0.43% | - |
| HSV(B) | 201.18º | 0.71% | 0.66% | - |
| XYZ | 15.8 | 18.4 | 39.77 | - |
| YUV | 107.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 168 | 0.71 | 0.25 | 0 | 0.34 | 201.18 | 0.55 | 0.43 |
| Hex | 31 | 7E | A8 | 47 | 19 | 0 | 22 | C9 | 37 | 2B |
| Octal | 61 | 176 | 250 | 107 | 31 | 0 | 42 | 311 | 67 | 53 |
| Binary | 110001 | 1111110 | 10101000 | 1000111 | 11001 | 0 | 100010 | 11001001 | 110111 | 101011 |
Color Harmonies of #317EA8
Complementary color
Monochromatic Colors of #317EA8
Black with #317EA8
Text Example
Text Example
White with #317EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EA8; }
p { color: rgb(49,126,168); }
H1.HeaderClassName
{
color: #317EA8;
}
.AnyTagClassName
{
color: #317EA8;
}
</style>
background-color css
<style>
a { background-color: #317EA8; }
a { background-color: rgb(49,126,168); }
div.DivClassName
{
background-color: #317EA8;
}
.BgClassName
{
background-color: #317EA8;
}
</style>
border-color css
<style>
span { border-color: #317EA8; }
span { border-color: rgb(49,126,168); }
td.TdClassName
{
border-color: #317EA8;
}
.TagClassName
{
border-color: #317EA8;
}
</style>