Shades of Resolution Blue #313F88
Tints of Resolution Blue #313F88
RGB
CMYK
RGB Variations
Color information
#313F88 (or 0x313F88) is known color: Resolution Blue. HEX triplet: 31, 3F and 88. RGB value is (49,63,136). Sum of RGB (Red+Green+Blue) = 49+63+136=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #313F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F88 is #CEC077. Grayscale: #424242. Windows color (decimal): -13549688 or 8929073. OLE color: 8929073.
HSL color Cylindrical-coordinate representation of color #313F88: hue angle of 230.34º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313F88 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 63 | 136 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.47 |
| HSL | 230.34º | 0.47% | 0.36% | - |
| HSV(B) | 230.34º | 0.64% | 0.53% | - |
| XYZ | 7.49 | 5.99 | 24.05 | - |
| YUV | 67.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 136 | 0.64 | 0.54 | 0 | 0.47 | 230.34 | 0.47 | 0.36 |
| Hex | 31 | 3F | 88 | 40 | 36 | 0 | 2F | E6 | 2F | 24 |
| Octal | 61 | 77 | 210 | 100 | 66 | 0 | 57 | 346 | 57 | 44 |
| Binary | 110001 | 111111 | 10001000 | 1000000 | 110110 | 0 | 101111 | 11100110 | 101111 | 100100 |
Color Harmonies of #313F88
Complementary color
Monochromatic Colors of #313F88
Black with #313F88
Text Example
Text Example
White with #313F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F88; }
p { color: rgb(49,63,136); }
H1.HeaderClassName
{
color: #313F88;
}
.AnyTagClassName
{
color: #313F88;
}
</style>
background-color css
<style>
a { background-color: #313F88; }
a { background-color: rgb(49,63,136); }
div.DivClassName
{
background-color: #313F88;
}
.BgClassName
{
background-color: #313F88;
}
</style>
border-color css
<style>
span { border-color: #313F88; }
span { border-color: rgb(49,63,136); }
td.TdClassName
{
border-color: #313F88;
}
.TagClassName
{
border-color: #313F88;
}
</style>