Shades of Resolution Blue #313C70
Tints of Resolution Blue #313C70
RGB
CMYK
RGB Variations
Color information
#313C70 (or 0x313C70) is known color: Resolution Blue. HEX triplet: 31, 3C and 70. RGB value is (49,60,112). Sum of RGB (Red+Green+Blue) = 49+60+112=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #313C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C70 is #CEC38F. Grayscale: #3E3E3E. Windows color (decimal): -13550480 or 7355441. OLE color: 7355441.
HSL color Cylindrical-coordinate representation of color #313C70: hue angle of 229.52º 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 #313C70 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 60 | 112 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.56 |
| HSL | 229.52º | 0.39% | 0.32% | - |
| HSV(B) | 229.52º | 0.56% | 0.44% | - |
| XYZ | 5.81 | 5.05 | 16 | - |
| YUV | 62.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 112 | 0.56 | 0.46 | 0 | 0.56 | 229.52 | 0.39 | 0.32 |
| Hex | 31 | 3C | 70 | 38 | 2E | 0 | 38 | E6 | 27 | 20 |
| Octal | 61 | 74 | 160 | 70 | 56 | 0 | 70 | 346 | 47 | 40 |
| Binary | 110001 | 111100 | 1110000 | 111000 | 101110 | 0 | 111000 | 11100110 | 100111 | 100000 |
Color Harmonies of #313C70
Complementary color
Monochromatic Colors of #313C70
Black with #313C70
Text Example
Text Example
White with #313C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C70; }
p { color: rgb(49,60,112); }
H1.HeaderClassName
{
color: #313C70;
}
.AnyTagClassName
{
color: #313C70;
}
</style>
background-color css
<style>
a { background-color: #313C70; }
a { background-color: rgb(49,60,112); }
div.DivClassName
{
background-color: #313C70;
}
.BgClassName
{
background-color: #313C70;
}
</style>
border-color css
<style>
span { border-color: #313C70; }
span { border-color: rgb(49,60,112); }
td.TdClassName
{
border-color: #313C70;
}
.TagClassName
{
border-color: #313C70;
}
</style>