Shades of Resolution Blue #313F78
Tints of Resolution Blue #313F78
RGB
CMYK
RGB Variations
Color information
#313F78 (or 0x313F78) is known color: Resolution Blue. HEX triplet: 31, 3F and 78. RGB value is (49,63,120). Sum of RGB (Red+Green+Blue) = 49+63+120=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #313F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F78 is #CEC087. Grayscale: #414141. Windows color (decimal): -13549704 or 7880497. OLE color: 7880497.
HSL color Cylindrical-coordinate representation of color #313F78: hue angle of 228.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313F78 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 63 | 120 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.53 |
| HSL | 228.17º | 0.42% | 0.33% | - |
| HSV(B) | 228.17º | 0.59% | 0.47% | - |
| XYZ | 6.43 | 5.56 | 18.5 | - |
| YUV | 65.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 120 | 0.59 | 0.48 | 0 | 0.53 | 228.17 | 0.42 | 0.33 |
| Hex | 31 | 3F | 78 | 3B | 30 | 0 | 35 | E4 | 2A | 21 |
| Octal | 61 | 77 | 170 | 73 | 60 | 0 | 65 | 344 | 52 | 41 |
| Binary | 110001 | 111111 | 1111000 | 111011 | 110000 | 0 | 110101 | 11100100 | 101010 | 100001 |
Color Harmonies of #313F78
Complementary color
Monochromatic Colors of #313F78
Black with #313F78
Text Example
Text Example
White with #313F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F78; }
p { color: rgb(49,63,120); }
H1.HeaderClassName
{
color: #313F78;
}
.AnyTagClassName
{
color: #313F78;
}
</style>
background-color css
<style>
a { background-color: #313F78; }
a { background-color: rgb(49,63,120); }
div.DivClassName
{
background-color: #313F78;
}
.BgClassName
{
background-color: #313F78;
}
</style>
border-color css
<style>
span { border-color: #313F78; }
span { border-color: rgb(49,63,120); }
td.TdClassName
{
border-color: #313F78;
}
.TagClassName
{
border-color: #313F78;
}
</style>