Shades of Resolution Blue #313C75
Tints of Resolution Blue #313C75
RGB
CMYK
RGB Variations
Color information
#313C75 (or 0x313C75) is known color: Resolution Blue. HEX triplet: 31, 3C and 75. RGB value is (49,60,117). Sum of RGB (Red+Green+Blue) = 49+60+117=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #313C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C75 is #CEC38A. Grayscale: #3E3E3E. Windows color (decimal): -13550475 or 7683121. OLE color: 7683121.
HSL color Cylindrical-coordinate representation of color #313C75: hue angle of 230.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313C75 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 60 | 117 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.54 |
| HSL | 230.29º | 0.41% | 0.33% | - |
| HSV(B) | 230.29º | 0.58% | 0.46% | - |
| XYZ | 6.09 | 5.17 | 17.51 | - |
| YUV | 63.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 117 | 0.58 | 0.49 | 0 | 0.54 | 230.29 | 0.41 | 0.33 |
| Hex | 31 | 3C | 75 | 3A | 31 | 0 | 36 | E6 | 29 | 21 |
| Octal | 61 | 74 | 165 | 72 | 61 | 0 | 66 | 346 | 51 | 41 |
| Binary | 110001 | 111100 | 1110101 | 111010 | 110001 | 0 | 110110 | 11100110 | 101001 | 100001 |
Color Harmonies of #313C75
Complementary color
Monochromatic Colors of #313C75
Black with #313C75
Text Example
Text Example
White with #313C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C75; }
p { color: rgb(49,60,117); }
H1.HeaderClassName
{
color: #313C75;
}
.AnyTagClassName
{
color: #313C75;
}
</style>
background-color css
<style>
a { background-color: #313C75; }
a { background-color: rgb(49,60,117); }
div.DivClassName
{
background-color: #313C75;
}
.BgClassName
{
background-color: #313C75;
}
</style>
border-color css
<style>
span { border-color: #313C75; }
span { border-color: rgb(49,60,117); }
td.TdClassName
{
border-color: #313C75;
}
.TagClassName
{
border-color: #313C75;
}
</style>