Shades of Resolution Blue #314776
Tints of Resolution Blue #314776
RGB
CMYK
RGB Variations
Color information
#314776 (or 0x314776) is known color: Resolution Blue. HEX triplet: 31, 47 and 76. RGB value is (49,71,118). Sum of RGB (Red+Green+Blue) = 49+71+118=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #314776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314776 is #CEB889. Grayscale: #454545. Windows color (decimal): -13547658 or 7751473. OLE color: 7751473.
HSL color Cylindrical-coordinate representation of color #314776: hue angle of 220.87º 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 #314776 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 71 | 118 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.54 |
| HSL | 220.87º | 0.41% | 0.33% | - |
| HSV(B) | 220.87º | 0.58% | 0.46% | - |
| XYZ | 6.79 | 6.47 | 18.03 | - |
| YUV | 69.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 118 | 0.58 | 0.40 | 0 | 0.54 | 220.87 | 0.41 | 0.33 |
| Hex | 31 | 47 | 76 | 3A | 28 | 0 | 36 | DD | 29 | 21 |
| Octal | 61 | 107 | 166 | 72 | 50 | 0 | 66 | 335 | 51 | 41 |
| Binary | 110001 | 1000111 | 1110110 | 111010 | 101000 | 0 | 110110 | 11011101 | 101001 | 100001 |
Color Harmonies of #314776
Complementary color
Monochromatic Colors of #314776
Black with #314776
Text Example
Text Example
White with #314776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314776; }
p { color: rgb(49,71,118); }
H1.HeaderClassName
{
color: #314776;
}
.AnyTagClassName
{
color: #314776;
}
</style>
background-color css
<style>
a { background-color: #314776; }
a { background-color: rgb(49,71,118); }
div.DivClassName
{
background-color: #314776;
}
.BgClassName
{
background-color: #314776;
}
</style>
border-color css
<style>
span { border-color: #314776; }
span { border-color: rgb(49,71,118); }
td.TdClassName
{
border-color: #314776;
}
.TagClassName
{
border-color: #314776;
}
</style>