Shades of Resolution Blue #314777
Tints of Resolution Blue #314777
RGB
CMYK
RGB Variations
Color information
#314777 (or 0x314777) is known color: Resolution Blue. HEX triplet: 31, 47 and 77. RGB value is (49,71,119). Sum of RGB (Red+Green+Blue) = 49+71+119=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #314777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314777 is #CEB888. Grayscale: #454545. Windows color (decimal): -13547657 or 7817009. OLE color: 7817009.
HSL color Cylindrical-coordinate representation of color #314777: hue angle of 221.14º 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 #314777 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 71 | 119 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.53 |
| HSL | 221.14º | 0.42% | 0.33% | - |
| HSV(B) | 221.14º | 0.59% | 0.47% | - |
| XYZ | 6.85 | 6.49 | 18.34 | - |
| YUV | 69.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 119 | 0.59 | 0.40 | 0 | 0.53 | 221.14 | 0.42 | 0.33 |
| Hex | 31 | 47 | 77 | 3B | 28 | 0 | 35 | DD | 2A | 21 |
| Octal | 61 | 107 | 167 | 73 | 50 | 0 | 65 | 335 | 52 | 41 |
| Binary | 110001 | 1000111 | 1110111 | 111011 | 101000 | 0 | 110101 | 11011101 | 101010 | 100001 |
Color Harmonies of #314777
Complementary color
Monochromatic Colors of #314777
Black with #314777
Text Example
Text Example
White with #314777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314777; }
p { color: rgb(49,71,119); }
H1.HeaderClassName
{
color: #314777;
}
.AnyTagClassName
{
color: #314777;
}
</style>
background-color css
<style>
a { background-color: #314777; }
a { background-color: rgb(49,71,119); }
div.DivClassName
{
background-color: #314777;
}
.BgClassName
{
background-color: #314777;
}
</style>
border-color css
<style>
span { border-color: #314777; }
span { border-color: rgb(49,71,119); }
td.TdClassName
{
border-color: #314777;
}
.TagClassName
{
border-color: #314777;
}
</style>