Shades of Resolution Blue #313E73
Tints of Resolution Blue #313E73
RGB
CMYK
RGB Variations
Color information
#313E73 (or 0x313E73) is known color: Resolution Blue. HEX triplet: 31, 3E and 73. RGB value is (49,62,115). Sum of RGB (Red+Green+Blue) = 49+62+115=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #313E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E73 is #CEC18C. Grayscale: #3F3F3F. Windows color (decimal): -13549965 or 7552561. OLE color: 7552561.
HSL color Cylindrical-coordinate representation of color #313E73: hue angle of 228.18º 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 #313E73 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 62 | 115 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.55 |
| HSL | 228.18º | 0.4% | 0.32% | - |
| HSV(B) | 228.18º | 0.57% | 0.45% | - |
| XYZ | 6.08 | 5.34 | 16.93 | - |
| YUV | 64.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 115 | 0.57 | 0.46 | 0 | 0.55 | 228.18 | 0.4 | 0.32 |
| Hex | 31 | 3E | 73 | 39 | 2E | 0 | 37 | E4 | 28 | 20 |
| Octal | 61 | 76 | 163 | 71 | 56 | 0 | 67 | 344 | 50 | 40 |
| Binary | 110001 | 111110 | 1110011 | 111001 | 101110 | 0 | 110111 | 11100100 | 101000 | 100000 |
Color Harmonies of #313E73
Complementary color
Monochromatic Colors of #313E73
Black with #313E73
Text Example
Text Example
White with #313E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E73; }
p { color: rgb(49,62,115); }
H1.HeaderClassName
{
color: #313E73;
}
.AnyTagClassName
{
color: #313E73;
}
</style>
background-color css
<style>
a { background-color: #313E73; }
a { background-color: rgb(49,62,115); }
div.DivClassName
{
background-color: #313E73;
}
.BgClassName
{
background-color: #313E73;
}
</style>
border-color css
<style>
span { border-color: #313E73; }
span { border-color: rgb(49,62,115); }
td.TdClassName
{
border-color: #313E73;
}
.TagClassName
{
border-color: #313E73;
}
</style>