Shades of Resolution Blue #313E84
Tints of Resolution Blue #313E84
RGB
CMYK
RGB Variations
Color information
#313E84 (or 0x313E84) is known color: Resolution Blue. HEX triplet: 31, 3E and 84. RGB value is (49,62,132). Sum of RGB (Red+Green+Blue) = 49+62+132=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #313E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E84 is #CEC17B. Grayscale: #414141. Windows color (decimal): -13549948 or 8666673. OLE color: 8666673.
HSL color Cylindrical-coordinate representation of color #313E84: hue angle of 230.6º 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 #313E84 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 62 | 132 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.48 |
| HSL | 230.6º | 0.46% | 0.35% | - |
| HSV(B) | 230.6º | 0.63% | 0.52% | - |
| XYZ | 7.15 | 5.76 | 22.57 | - |
| YUV | 66.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 132 | 0.63 | 0.53 | 0 | 0.48 | 230.6 | 0.46 | 0.35 |
| Hex | 31 | 3E | 84 | 3F | 35 | 0 | 30 | E7 | 2E | 23 |
| Octal | 61 | 76 | 204 | 77 | 65 | 0 | 60 | 347 | 56 | 43 |
| Binary | 110001 | 111110 | 10000100 | 111111 | 110101 | 0 | 110000 | 11100111 | 101110 | 100011 |
Color Harmonies of #313E84
Complementary color
Monochromatic Colors of #313E84
Black with #313E84
Text Example
Text Example
White with #313E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E84; }
p { color: rgb(49,62,132); }
H1.HeaderClassName
{
color: #313E84;
}
.AnyTagClassName
{
color: #313E84;
}
</style>
background-color css
<style>
a { background-color: #313E84; }
a { background-color: rgb(49,62,132); }
div.DivClassName
{
background-color: #313E84;
}
.BgClassName
{
background-color: #313E84;
}
</style>
border-color css
<style>
span { border-color: #313E84; }
span { border-color: rgb(49,62,132); }
td.TdClassName
{
border-color: #313E84;
}
.TagClassName
{
border-color: #313E84;
}
</style>