Shades of Resolution Blue #313F72
Tints of Resolution Blue #313F72
RGB
CMYK
RGB Variations
Color information
#313F72 (or 0x313F72) is known color: Resolution Blue. HEX triplet: 31, 3F and 72. RGB value is (49,63,114). Sum of RGB (Red+Green+Blue) = 49+63+114=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #313F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F72 is #CEC08D. Grayscale: #404040. Windows color (decimal): -13549710 or 7487281. OLE color: 7487281.
HSL color Cylindrical-coordinate representation of color #313F72: hue angle of 227.08º 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 #313F72 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 63 | 114 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.55 |
| HSL | 227.08º | 0.4% | 0.32% | - |
| HSV(B) | 227.08º | 0.57% | 0.45% | - |
| XYZ | 6.08 | 5.42 | 16.65 | - |
| YUV | 64.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 114 | 0.57 | 0.45 | 0 | 0.55 | 227.08 | 0.4 | 0.32 |
| Hex | 31 | 3F | 72 | 39 | 2D | 0 | 37 | E3 | 28 | 20 |
| Octal | 61 | 77 | 162 | 71 | 55 | 0 | 67 | 343 | 50 | 40 |
| Binary | 110001 | 111111 | 1110010 | 111001 | 101101 | 0 | 110111 | 11100011 | 101000 | 100000 |
Color Harmonies of #313F72
Complementary color
Monochromatic Colors of #313F72
Black with #313F72
Text Example
Text Example
White with #313F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F72; }
p { color: rgb(49,63,114); }
H1.HeaderClassName
{
color: #313F72;
}
.AnyTagClassName
{
color: #313F72;
}
</style>
background-color css
<style>
a { background-color: #313F72; }
a { background-color: rgb(49,63,114); }
div.DivClassName
{
background-color: #313F72;
}
.BgClassName
{
background-color: #313F72;
}
</style>
border-color css
<style>
span { border-color: #313F72; }
span { border-color: rgb(49,63,114); }
td.TdClassName
{
border-color: #313F72;
}
.TagClassName
{
border-color: #313F72;
}
</style>