Shades of Resolution Blue #313F84
Tints of Resolution Blue #313F84
RGB
CMYK
RGB Variations
Color information
#313F84 (or 0x313F84) is known color: Resolution Blue. HEX triplet: 31, 3F and 84. RGB value is (49,63,132). Sum of RGB (Red+Green+Blue) = 49+63+132=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #313F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F84 is #CEC07B. Grayscale: #424242. Windows color (decimal): -13549692 or 8666929. OLE color: 8666929.
HSL color Cylindrical-coordinate representation of color #313F84: hue angle of 229.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313F84 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 63 | 132 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.48 |
| HSL | 229.88º | 0.46% | 0.35% | - |
| HSV(B) | 229.88º | 0.63% | 0.52% | - |
| XYZ | 7.21 | 5.87 | 22.58 | - |
| YUV | 66.68 | 164.86 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 132 | 0.63 | 0.52 | 0 | 0.48 | 229.88 | 0.46 | 0.35 |
| Hex | 31 | 3F | 84 | 3F | 34 | 0 | 30 | E6 | 2E | 23 |
| Octal | 61 | 77 | 204 | 77 | 64 | 0 | 60 | 346 | 56 | 43 |
| Binary | 110001 | 111111 | 10000100 | 111111 | 110100 | 0 | 110000 | 11100110 | 101110 | 100011 |
Color Harmonies of #313F84
Complementary color
Monochromatic Colors of #313F84
Black with #313F84
Text Example
Text Example
White with #313F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F84; }
p { color: rgb(49,63,132); }
H1.HeaderClassName
{
color: #313F84;
}
.AnyTagClassName
{
color: #313F84;
}
</style>
background-color css
<style>
a { background-color: #313F84; }
a { background-color: rgb(49,63,132); }
div.DivClassName
{
background-color: #313F84;
}
.BgClassName
{
background-color: #313F84;
}
</style>
border-color css
<style>
span { border-color: #313F84; }
span { border-color: rgb(49,63,132); }
td.TdClassName
{
border-color: #313F84;
}
.TagClassName
{
border-color: #313F84;
}
</style>