Shades of Resolution Blue #313B70
Tints of Resolution Blue #313B70
RGB
CMYK
RGB Variations
Color information
#313B70 (or 0x313B70) is known color: Resolution Blue. HEX triplet: 31, 3B and 70. RGB value is (49,59,112). Sum of RGB (Red+Green+Blue) = 49+59+112=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #313B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B70 is #CEC48F. Grayscale: #3D3D3D. Windows color (decimal): -13550736 or 7355185. OLE color: 7355185.
HSL color Cylindrical-coordinate representation of color #313B70: hue angle of 230.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313B70 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 59 | 112 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.56 |
| HSL | 230.48º | 0.39% | 0.32% | - |
| HSV(B) | 230.48º | 0.56% | 0.44% | - |
| XYZ | 5.76 | 4.95 | 15.98 | - |
| YUV | 62.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 112 | 0.56 | 0.47 | 0 | 0.56 | 230.48 | 0.39 | 0.32 |
| Hex | 31 | 3B | 70 | 38 | 2F | 0 | 38 | E6 | 27 | 20 |
| Octal | 61 | 73 | 160 | 70 | 57 | 0 | 70 | 346 | 47 | 40 |
| Binary | 110001 | 111011 | 1110000 | 111000 | 101111 | 0 | 111000 | 11100110 | 100111 | 100000 |
Color Harmonies of #313B70
Complementary color
Monochromatic Colors of #313B70
Black with #313B70
Text Example
Text Example
White with #313B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B70; }
p { color: rgb(49,59,112); }
H1.HeaderClassName
{
color: #313B70;
}
.AnyTagClassName
{
color: #313B70;
}
</style>
background-color css
<style>
a { background-color: #313B70; }
a { background-color: rgb(49,59,112); }
div.DivClassName
{
background-color: #313B70;
}
.BgClassName
{
background-color: #313B70;
}
</style>
border-color css
<style>
span { border-color: #313B70; }
span { border-color: rgb(49,59,112); }
td.TdClassName
{
border-color: #313B70;
}
.TagClassName
{
border-color: #313B70;
}
</style>