Shades of Resolution Blue #314779
Tints of Resolution Blue #314779
RGB
CMYK
RGB Variations
Color information
#314779 (or 0x314779) is known color: Resolution Blue. HEX triplet: 31, 47 and 79. RGB value is (49,71,121). Sum of RGB (Red+Green+Blue) = 49+71+121=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #314779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314779 is #CEB886. Grayscale: #454545. Windows color (decimal): -13547655 or 7948081. OLE color: 7948081.
HSL color Cylindrical-coordinate representation of color #314779: hue angle of 221.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314779 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 71 | 121 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.53 |
| HSL | 221.67º | 0.42% | 0.33% | - |
| HSV(B) | 221.67º | 0.6% | 0.47% | - |
| XYZ | 6.97 | 6.54 | 18.98 | - |
| YUV | 70.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 121 | 0.60 | 0.41 | 0 | 0.53 | 221.67 | 0.42 | 0.33 |
| Hex | 31 | 47 | 79 | 3C | 29 | 0 | 35 | DE | 2A | 21 |
| Octal | 61 | 107 | 171 | 74 | 51 | 0 | 65 | 336 | 52 | 41 |
| Binary | 110001 | 1000111 | 1111001 | 111100 | 101001 | 0 | 110101 | 11011110 | 101010 | 100001 |
Color Harmonies of #314779
Complementary color
Monochromatic Colors of #314779
Black with #314779
Text Example
Text Example
White with #314779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314779; }
p { color: rgb(49,71,121); }
H1.HeaderClassName
{
color: #314779;
}
.AnyTagClassName
{
color: #314779;
}
</style>
background-color css
<style>
a { background-color: #314779; }
a { background-color: rgb(49,71,121); }
div.DivClassName
{
background-color: #314779;
}
.BgClassName
{
background-color: #314779;
}
</style>
border-color css
<style>
span { border-color: #314779; }
span { border-color: rgb(49,71,121); }
td.TdClassName
{
border-color: #314779;
}
.TagClassName
{
border-color: #314779;
}
</style>