Shades of Resolution Blue #313F70
Tints of Resolution Blue #313F70
RGB
CMYK
RGB Variations
Color information
#313F70 (or 0x313F70) is known color: Resolution Blue. HEX triplet: 31, 3F and 70. RGB value is (49,63,112). Sum of RGB (Red+Green+Blue) = 49+63+112=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #313F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F70 is #CEC08F. Grayscale: #404040. Windows color (decimal): -13549712 or 7356209. OLE color: 7356209.
HSL color Cylindrical-coordinate representation of color #313F70: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313F70 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 63 | 112 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.56 |
| HSL | 226.67º | 0.39% | 0.32% | - |
| HSV(B) | 226.67º | 0.56% | 0.44% | - |
| XYZ | 5.97 | 5.38 | 16.05 | - |
| YUV | 64.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 112 | 0.56 | 0.44 | 0 | 0.56 | 226.67 | 0.39 | 0.32 |
| Hex | 31 | 3F | 70 | 38 | 2C | 0 | 38 | E3 | 27 | 20 |
| Octal | 61 | 77 | 160 | 70 | 54 | 0 | 70 | 343 | 47 | 40 |
| Binary | 110001 | 111111 | 1110000 | 111000 | 101100 | 0 | 111000 | 11100011 | 100111 | 100000 |
Color Harmonies of #313F70
Complementary color
Monochromatic Colors of #313F70
Black with #313F70
Text Example
Text Example
White with #313F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F70; }
p { color: rgb(49,63,112); }
H1.HeaderClassName
{
color: #313F70;
}
.AnyTagClassName
{
color: #313F70;
}
</style>
background-color css
<style>
a { background-color: #313F70; }
a { background-color: rgb(49,63,112); }
div.DivClassName
{
background-color: #313F70;
}
.BgClassName
{
background-color: #313F70;
}
</style>
border-color css
<style>
span { border-color: #313F70; }
span { border-color: rgb(49,63,112); }
td.TdClassName
{
border-color: #313F70;
}
.TagClassName
{
border-color: #313F70;
}
</style>