Shades of Resolution Blue #313F81
Tints of Resolution Blue #313F81
RGB
CMYK
RGB Variations
Color information
#313F81 (or 0x313F81) is known color: Resolution Blue. HEX triplet: 31, 3F and 81. RGB value is (49,63,129). Sum of RGB (Red+Green+Blue) = 49+63+129=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #313F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F81 is #CEC07E. Grayscale: #424242. Windows color (decimal): -13549695 or 8470321. OLE color: 8470321.
HSL color Cylindrical-coordinate representation of color #313F81: hue angle of 229.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313F81 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 63 | 129 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.49 |
| HSL | 229.5º | 0.45% | 0.35% | - |
| HSV(B) | 229.5º | 0.62% | 0.51% | - |
| XYZ | 7.01 | 5.79 | 21.52 | - |
| YUV | 66.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 129 | 0.62 | 0.51 | 0 | 0.49 | 229.5 | 0.45 | 0.35 |
| Hex | 31 | 3F | 81 | 3E | 33 | 0 | 31 | E6 | 2D | 23 |
| Octal | 61 | 77 | 201 | 76 | 63 | 0 | 61 | 346 | 55 | 43 |
| Binary | 110001 | 111111 | 10000001 | 111110 | 110011 | 0 | 110001 | 11100110 | 101101 | 100011 |
Color Harmonies of #313F81
Complementary color
Monochromatic Colors of #313F81
Black with #313F81
Text Example
Text Example
White with #313F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F81; }
p { color: rgb(49,63,129); }
H1.HeaderClassName
{
color: #313F81;
}
.AnyTagClassName
{
color: #313F81;
}
</style>
background-color css
<style>
a { background-color: #313F81; }
a { background-color: rgb(49,63,129); }
div.DivClassName
{
background-color: #313F81;
}
.BgClassName
{
background-color: #313F81;
}
</style>
border-color css
<style>
span { border-color: #313F81; }
span { border-color: rgb(49,63,129); }
td.TdClassName
{
border-color: #313F81;
}
.TagClassName
{
border-color: #313F81;
}
</style>