Shades of Resolution Blue #313F74
Tints of Resolution Blue #313F74
RGB
CMYK
RGB Variations
Color information
#313F74 (or 0x313F74) is known color: Resolution Blue. HEX triplet: 31, 3F and 74. RGB value is (49,63,116). Sum of RGB (Red+Green+Blue) = 49+63+116=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #313F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F74 is #CEC08B. Grayscale: #404040. Windows color (decimal): -13549708 or 7618353. OLE color: 7618353.
HSL color Cylindrical-coordinate representation of color #313F74: hue angle of 227.46º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313F74 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 63 | 116 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.55 |
| HSL | 227.46º | 0.41% | 0.32% | - |
| HSV(B) | 227.46º | 0.58% | 0.45% | - |
| XYZ | 6.2 | 5.47 | 17.25 | - |
| YUV | 64.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 116 | 0.58 | 0.46 | 0 | 0.55 | 227.46 | 0.41 | 0.32 |
| Hex | 31 | 3F | 74 | 3A | 2E | 0 | 37 | E3 | 29 | 20 |
| Octal | 61 | 77 | 164 | 72 | 56 | 0 | 67 | 343 | 51 | 40 |
| Binary | 110001 | 111111 | 1110100 | 111010 | 101110 | 0 | 110111 | 11100011 | 101001 | 100000 |
Color Harmonies of #313F74
Complementary color
Monochromatic Colors of #313F74
Black with #313F74
Text Example
Text Example
White with #313F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F74; }
p { color: rgb(49,63,116); }
H1.HeaderClassName
{
color: #313F74;
}
.AnyTagClassName
{
color: #313F74;
}
</style>
background-color css
<style>
a { background-color: #313F74; }
a { background-color: rgb(49,63,116); }
div.DivClassName
{
background-color: #313F74;
}
.BgClassName
{
background-color: #313F74;
}
</style>
border-color css
<style>
span { border-color: #313F74; }
span { border-color: rgb(49,63,116); }
td.TdClassName
{
border-color: #313F74;
}
.TagClassName
{
border-color: #313F74;
}
</style>