Shades of Resolution Blue #313C73
Tints of Resolution Blue #313C73
RGB
CMYK
RGB Variations
Color information
#313C73 (or 0x313C73) is known color: Resolution Blue. HEX triplet: 31, 3C and 73. RGB value is (49,60,115). Sum of RGB (Red+Green+Blue) = 49+60+115=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #313C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C73 is #CEC38C. Grayscale: #3E3E3E. Windows color (decimal): -13550477 or 7552049. OLE color: 7552049.
HSL color Cylindrical-coordinate representation of color #313C73: hue angle of 230º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313C73 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 60 | 115 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.55 |
| HSL | 230º | 0.4% | 0.32% | - |
| HSV(B) | 230º | 0.57% | 0.45% | - |
| XYZ | 5.98 | 5.12 | 16.89 | - |
| YUV | 62.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 115 | 0.57 | 0.48 | 0 | 0.55 | 230 | 0.4 | 0.32 |
| Hex | 31 | 3C | 73 | 39 | 30 | 0 | 37 | E6 | 28 | 20 |
| Octal | 61 | 74 | 163 | 71 | 60 | 0 | 67 | 346 | 50 | 40 |
| Binary | 110001 | 111100 | 1110011 | 111001 | 110000 | 0 | 110111 | 11100110 | 101000 | 100000 |
Color Harmonies of #313C73
Complementary color
Monochromatic Colors of #313C73
Black with #313C73
Text Example
Text Example
White with #313C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C73; }
p { color: rgb(49,60,115); }
H1.HeaderClassName
{
color: #313C73;
}
.AnyTagClassName
{
color: #313C73;
}
</style>
background-color css
<style>
a { background-color: #313C73; }
a { background-color: rgb(49,60,115); }
div.DivClassName
{
background-color: #313C73;
}
.BgClassName
{
background-color: #313C73;
}
</style>
border-color css
<style>
span { border-color: #313C73; }
span { border-color: rgb(49,60,115); }
td.TdClassName
{
border-color: #313C73;
}
.TagClassName
{
border-color: #313C73;
}
</style>