Shades of Lochmara #3163AD
Tints of Lochmara #3163AD
RGB
CMYK
RGB Variations
Color information
#3163AD (or 0x3163AD) is known color: Lochmara. HEX triplet: 31, 63 and AD. RGB value is (49,99,173). Sum of RGB (Red+Green+Blue) = 49+99+173=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #3163AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3163AD is #CE9C52. Grayscale: #5C5C5C. Windows color (decimal): -13540435 or 11363121. OLE color: 11363121.
HSL color Cylindrical-coordinate representation of color #3163AD: hue angle of 215.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3163AD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 99 | 173 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.32 |
| HSL | 215.81º | 0.56% | 0.44% | - |
| HSV(B) | 215.81º | 0.72% | 0.68% | - |
| XYZ | 13.27 | 12.59 | 41.27 | - |
| YUV | 92.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 173 | 0.72 | 0.43 | 0 | 0.32 | 215.81 | 0.56 | 0.44 |
| Hex | 31 | 63 | AD | 48 | 2B | 0 | 20 | D8 | 38 | 2C |
| Octal | 61 | 143 | 255 | 110 | 53 | 0 | 40 | 330 | 70 | 54 |
| Binary | 110001 | 1100011 | 10101101 | 1001000 | 101011 | 0 | 100000 | 11011000 | 111000 | 101100 |
Color Harmonies of #3163AD
Complementary color
Monochromatic Colors of #3163AD
Black with #3163AD
Text Example
Text Example
White with #3163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3163AD; }
p { color: rgb(49,99,173); }
H1.HeaderClassName
{
color: #3163AD;
}
.AnyTagClassName
{
color: #3163AD;
}
</style>
background-color css
<style>
a { background-color: #3163AD; }
a { background-color: rgb(49,99,173); }
div.DivClassName
{
background-color: #3163AD;
}
.BgClassName
{
background-color: #3163AD;
}
</style>
border-color css
<style>
span { border-color: #3163AD; }
span { border-color: rgb(49,99,173); }
td.TdClassName
{
border-color: #3163AD;
}
.TagClassName
{
border-color: #3163AD;
}
</style>