Shades of Resolution Blue #313E72
Tints of Resolution Blue #313E72
RGB
CMYK
RGB Variations
Color information
#313E72 (or 0x313E72) is known color: Resolution Blue. HEX triplet: 31, 3E and 72. RGB value is (49,62,114). Sum of RGB (Red+Green+Blue) = 49+62+114=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #313E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E72 is #CEC18D. Grayscale: #3F3F3F. Windows color (decimal): -13549966 or 7487025. OLE color: 7487025.
HSL color Cylindrical-coordinate representation of color #313E72: hue angle of 228º 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 #313E72 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 62 | 114 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.55 |
| HSL | 228º | 0.4% | 0.32% | - |
| HSV(B) | 228º | 0.57% | 0.45% | - |
| XYZ | 6.03 | 5.31 | 16.63 | - |
| YUV | 64.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 114 | 0.57 | 0.46 | 0 | 0.55 | 228 | 0.4 | 0.32 |
| Hex | 31 | 3E | 72 | 39 | 2E | 0 | 37 | E4 | 28 | 20 |
| Octal | 61 | 76 | 162 | 71 | 56 | 0 | 67 | 344 | 50 | 40 |
| Binary | 110001 | 111110 | 1110010 | 111001 | 101110 | 0 | 110111 | 11100100 | 101000 | 100000 |
Color Harmonies of #313E72
Complementary color
Monochromatic Colors of #313E72
Black with #313E72
Text Example
Text Example
White with #313E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E72; }
p { color: rgb(49,62,114); }
H1.HeaderClassName
{
color: #313E72;
}
.AnyTagClassName
{
color: #313E72;
}
</style>
background-color css
<style>
a { background-color: #313E72; }
a { background-color: rgb(49,62,114); }
div.DivClassName
{
background-color: #313E72;
}
.BgClassName
{
background-color: #313E72;
}
</style>
border-color css
<style>
span { border-color: #313E72; }
span { border-color: rgb(49,62,114); }
td.TdClassName
{
border-color: #313E72;
}
.TagClassName
{
border-color: #313E72;
}
</style>