Shades of Lochmara #317CA6
Tints of Lochmara #317CA6
RGB
CMYK
RGB Variations
Color information
#317CA6 (or 0x317CA6) is known color: Lochmara. HEX triplet: 31, 7C and A6. RGB value is (49,124,166). Sum of RGB (Red+Green+Blue) = 49+124+166=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 166 - color contains mainly: blue. Hex color #317CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317CA6 is #CE8359. Grayscale: #6A6A6A. Windows color (decimal): -13534042 or 10910769. OLE color: 10910769.
HSL color Cylindrical-coordinate representation of color #317CA6: hue angle of 201.54º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #317CA6 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 124 | 166 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.35 |
| HSL | 201.54º | 0.54% | 0.42% | - |
| HSV(B) | 201.54º | 0.7% | 0.65% | - |
| XYZ | 15.36 | 17.82 | 38.71 | - |
| YUV | 106.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 166 | 0.70 | 0.25 | 0 | 0.35 | 201.54 | 0.54 | 0.42 |
| Hex | 31 | 7C | A6 | 46 | 19 | 0 | 23 | CA | 36 | 2A |
| Octal | 61 | 174 | 246 | 106 | 31 | 0 | 43 | 312 | 66 | 52 |
| Binary | 110001 | 1111100 | 10100110 | 1000110 | 11001 | 0 | 100011 | 11001010 | 110110 | 101010 |
Color Harmonies of #317CA6
Complementary color
Monochromatic Colors of #317CA6
Black with #317CA6
Text Example
Text Example
White with #317CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317CA6; }
p { color: rgb(49,124,166); }
H1.HeaderClassName
{
color: #317CA6;
}
.AnyTagClassName
{
color: #317CA6;
}
</style>
background-color css
<style>
a { background-color: #317CA6; }
a { background-color: rgb(49,124,166); }
div.DivClassName
{
background-color: #317CA6;
}
.BgClassName
{
background-color: #317CA6;
}
</style>
border-color css
<style>
span { border-color: #317CA6; }
span { border-color: rgb(49,124,166); }
td.TdClassName
{
border-color: #317CA6;
}
.TagClassName
{
border-color: #317CA6;
}
</style>