Shades of Resolution Blue #31476E
Tints of Resolution Blue #31476E
RGB
CMYK
RGB Variations
Color information
#31476E (or 0x31476E) is known color: Resolution Blue. HEX triplet: 31, 47 and 6E. RGB value is (49,71,110). Sum of RGB (Red+Green+Blue) = 49+71+110=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #31476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476E is #CEB891. Grayscale: #444444. Windows color (decimal): -13547666 or 7227185. OLE color: 7227185.
HSL color Cylindrical-coordinate representation of color #31476E: hue angle of 218.36º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31476E is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 71 | 110 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.57 |
| HSL | 218.36º | 0.38% | 0.31% | - |
| HSV(B) | 218.36º | 0.55% | 0.43% | - |
| XYZ | 6.33 | 6.29 | 15.63 | - |
| YUV | 68.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 110 | 0.55 | 0.35 | 0 | 0.57 | 218.36 | 0.38 | 0.31 |
| Hex | 31 | 47 | 6E | 37 | 23 | 0 | 39 | DA | 26 | 1F |
| Octal | 61 | 107 | 156 | 67 | 43 | 0 | 71 | 332 | 46 | 37 |
| Binary | 110001 | 1000111 | 1101110 | 110111 | 100011 | 0 | 111001 | 11011010 | 100110 | 11111 |
Color Harmonies of #31476E
Complementary color
Monochromatic Colors of #31476E
Black with #31476E
Text Example
Text Example
White with #31476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31476E; }
p { color: rgb(49,71,110); }
H1.HeaderClassName
{
color: #31476E;
}
.AnyTagClassName
{
color: #31476E;
}
</style>
background-color css
<style>
a { background-color: #31476E; }
a { background-color: rgb(49,71,110); }
div.DivClassName
{
background-color: #31476E;
}
.BgClassName
{
background-color: #31476E;
}
</style>
border-color css
<style>
span { border-color: #31476E; }
span { border-color: rgb(49,71,110); }
td.TdClassName
{
border-color: #31476E;
}
.TagClassName
{
border-color: #31476E;
}
</style>