Shades of Lochmara #316F9B
Tints of Lochmara #316F9B
RGB
CMYK
RGB Variations
Color information
#316F9B (or 0x316F9B) is known color: Lochmara. HEX triplet: 31, 6F and 9B. RGB value is (49,111,155). Sum of RGB (Red+Green+Blue) = 49+111+155=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #316F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F9B is #CE9064. Grayscale: #616161. Windows color (decimal): -13537381 or 10186545. OLE color: 10186545.
HSL color Cylindrical-coordinate representation of color #316F9B: hue angle of 204.91º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316F9B is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 111 | 155 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.39 |
| HSL | 204.91º | 0.52% | 0.4% | - |
| HSV(B) | 204.91º | 0.68% | 0.61% | - |
| XYZ | 12.87 | 14.39 | 33.11 | - |
| YUV | 97.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 155 | 0.68 | 0.28 | 0 | 0.39 | 204.91 | 0.52 | 0.4 |
| Hex | 31 | 6F | 9B | 44 | 1C | 0 | 27 | CD | 34 | 28 |
| Octal | 61 | 157 | 233 | 104 | 34 | 0 | 47 | 315 | 64 | 50 |
| Binary | 110001 | 1101111 | 10011011 | 1000100 | 11100 | 0 | 100111 | 11001101 | 110100 | 101000 |
Color Harmonies of #316F9B
Complementary color
Monochromatic Colors of #316F9B
Black with #316F9B
Text Example
Text Example
White with #316F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F9B; }
p { color: rgb(49,111,155); }
H1.HeaderClassName
{
color: #316F9B;
}
.AnyTagClassName
{
color: #316F9B;
}
</style>
background-color css
<style>
a { background-color: #316F9B; }
a { background-color: rgb(49,111,155); }
div.DivClassName
{
background-color: #316F9B;
}
.BgClassName
{
background-color: #316F9B;
}
</style>
border-color css
<style>
span { border-color: #316F9B; }
span { border-color: rgb(49,111,155); }
td.TdClassName
{
border-color: #316F9B;
}
.TagClassName
{
border-color: #316F9B;
}
</style>