Shades of Resolution Blue #313F80
Tints of Resolution Blue #313F80
RGB
CMYK
RGB Variations
Color information
#313F80 (or 0x313F80) is known color: Resolution Blue. HEX triplet: 31, 3F and 80. RGB value is (49,63,128). Sum of RGB (Red+Green+Blue) = 49+63+128=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #313F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F80 is #CEC07F. Grayscale: #414141. Windows color (decimal): -13549696 or 8404785. OLE color: 8404785.
HSL color Cylindrical-coordinate representation of color #313F80: hue angle of 229.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313F80 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 63 | 128 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.50 |
| HSL | 229.37º | 0.45% | 0.35% | - |
| HSV(B) | 229.37º | 0.62% | 0.5% | - |
| XYZ | 6.94 | 5.77 | 21.17 | - |
| YUV | 66.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 128 | 0.62 | 0.51 | 0 | 0.50 | 229.37 | 0.45 | 0.35 |
| Hex | 31 | 3F | 80 | 3E | 33 | 0 | 32 | E5 | 2D | 23 |
| Octal | 61 | 77 | 200 | 76 | 63 | 0 | 62 | 345 | 55 | 43 |
| Binary | 110001 | 111111 | 10000000 | 111110 | 110011 | 0 | 110010 | 11100101 | 101101 | 100011 |
Color Harmonies of #313F80
Complementary color
Monochromatic Colors of #313F80
Black with #313F80
Text Example
Text Example
White with #313F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F80; }
p { color: rgb(49,63,128); }
H1.HeaderClassName
{
color: #313F80;
}
.AnyTagClassName
{
color: #313F80;
}
</style>
background-color css
<style>
a { background-color: #313F80; }
a { background-color: rgb(49,63,128); }
div.DivClassName
{
background-color: #313F80;
}
.BgClassName
{
background-color: #313F80;
}
</style>
border-color css
<style>
span { border-color: #313F80; }
span { border-color: rgb(49,63,128); }
td.TdClassName
{
border-color: #313F80;
}
.TagClassName
{
border-color: #313F80;
}
</style>