Shades of Resolution Blue #314179
Tints of Resolution Blue #314179
RGB
CMYK
RGB Variations
Color information
#314179 (or 0x314179) is known color: Resolution Blue. HEX triplet: 31, 41 and 79. RGB value is (49,65,121). Sum of RGB (Red+Green+Blue) = 49+65+121=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #314179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314179 is #CEBE86. Grayscale: #424242. Windows color (decimal): -13549191 or 7946545. OLE color: 7946545.
HSL color Cylindrical-coordinate representation of color #314179: hue angle of 226.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 #314179 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 65 | 121 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.53 |
| HSL | 226.67º | 0.42% | 0.33% | - |
| HSV(B) | 226.67º | 0.6% | 0.47% | - |
| XYZ | 6.61 | 5.81 | 18.86 | - |
| YUV | 66.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 121 | 0.60 | 0.46 | 0 | 0.53 | 226.67 | 0.42 | 0.33 |
| Hex | 31 | 41 | 79 | 3C | 2E | 0 | 35 | E3 | 2A | 21 |
| Octal | 61 | 101 | 171 | 74 | 56 | 0 | 65 | 343 | 52 | 41 |
| Binary | 110001 | 1000001 | 1111001 | 111100 | 101110 | 0 | 110101 | 11100011 | 101010 | 100001 |
Color Harmonies of #314179
Complementary color
Monochromatic Colors of #314179
Black with #314179
Text Example
Text Example
White with #314179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314179; }
p { color: rgb(49,65,121); }
H1.HeaderClassName
{
color: #314179;
}
.AnyTagClassName
{
color: #314179;
}
</style>
background-color css
<style>
a { background-color: #314179; }
a { background-color: rgb(49,65,121); }
div.DivClassName
{
background-color: #314179;
}
.BgClassName
{
background-color: #314179;
}
</style>
border-color css
<style>
span { border-color: #314179; }
span { border-color: rgb(49,65,121); }
td.TdClassName
{
border-color: #314179;
}
.TagClassName
{
border-color: #314179;
}
</style>