Shades of Resolution Blue #314778
Tints of Resolution Blue #314778
RGB
CMYK
RGB Variations
Color information
#314778 (or 0x314778) is known color: Resolution Blue. HEX triplet: 31, 47 and 78. RGB value is (49,71,120). Sum of RGB (Red+Green+Blue) = 49+71+120=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #314778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314778 is #CEB887. Grayscale: #454545. Windows color (decimal): -13547656 or 7882545. OLE color: 7882545.
HSL color Cylindrical-coordinate representation of color #314778: hue angle of 221.41º 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 #314778 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 71 | 120 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.53 |
| HSL | 221.41º | 0.42% | 0.33% | - |
| HSV(B) | 221.41º | 0.59% | 0.47% | - |
| XYZ | 6.91 | 6.52 | 18.66 | - |
| YUV | 70.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 120 | 0.59 | 0.41 | 0 | 0.53 | 221.41 | 0.42 | 0.33 |
| Hex | 31 | 47 | 78 | 3B | 29 | 0 | 35 | DD | 2A | 21 |
| Octal | 61 | 107 | 170 | 73 | 51 | 0 | 65 | 335 | 52 | 41 |
| Binary | 110001 | 1000111 | 1111000 | 111011 | 101001 | 0 | 110101 | 11011101 | 101010 | 100001 |
Color Harmonies of #314778
Complementary color
Monochromatic Colors of #314778
Black with #314778
Text Example
Text Example
White with #314778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314778; }
p { color: rgb(49,71,120); }
H1.HeaderClassName
{
color: #314778;
}
.AnyTagClassName
{
color: #314778;
}
</style>
background-color css
<style>
a { background-color: #314778; }
a { background-color: rgb(49,71,120); }
div.DivClassName
{
background-color: #314778;
}
.BgClassName
{
background-color: #314778;
}
</style>
border-color css
<style>
span { border-color: #314778; }
span { border-color: rgb(49,71,120); }
td.TdClassName
{
border-color: #314778;
}
.TagClassName
{
border-color: #314778;
}
</style>