Shades of Resolution Blue #313F76
Tints of Resolution Blue #313F76
RGB
CMYK
RGB Variations
Color information
#313F76 (or 0x313F76) is known color: Resolution Blue. HEX triplet: 31, 3F and 76. RGB value is (49,63,118). Sum of RGB (Red+Green+Blue) = 49+63+118=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #313F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F76 is #CEC089. Grayscale: #404040. Windows color (decimal): -13549706 or 7749425. OLE color: 7749425.
HSL color Cylindrical-coordinate representation of color #313F76: hue angle of 227.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313F76 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 63 | 118 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.54 |
| HSL | 227.83º | 0.41% | 0.33% | - |
| HSV(B) | 227.83º | 0.58% | 0.46% | - |
| XYZ | 6.31 | 5.52 | 17.87 | - |
| YUV | 65.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 118 | 0.58 | 0.47 | 0 | 0.54 | 227.83 | 0.41 | 0.33 |
| Hex | 31 | 3F | 76 | 3A | 2F | 0 | 36 | E4 | 29 | 21 |
| Octal | 61 | 77 | 166 | 72 | 57 | 0 | 66 | 344 | 51 | 41 |
| Binary | 110001 | 111111 | 1110110 | 111010 | 101111 | 0 | 110110 | 11100100 | 101001 | 100001 |
Color Harmonies of #313F76
Complementary color
Monochromatic Colors of #313F76
Black with #313F76
Text Example
Text Example
White with #313F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F76; }
p { color: rgb(49,63,118); }
H1.HeaderClassName
{
color: #313F76;
}
.AnyTagClassName
{
color: #313F76;
}
</style>
background-color css
<style>
a { background-color: #313F76; }
a { background-color: rgb(49,63,118); }
div.DivClassName
{
background-color: #313F76;
}
.BgClassName
{
background-color: #313F76;
}
</style>
border-color css
<style>
span { border-color: #313F76; }
span { border-color: rgb(49,63,118); }
td.TdClassName
{
border-color: #313F76;
}
.TagClassName
{
border-color: #313F76;
}
</style>