Shades of Resolution Blue #31476D
Tints of Resolution Blue #31476D
RGB
CMYK
RGB Variations
Color information
#31476D (or 0x31476D) is known color: Resolution Blue. HEX triplet: 31, 47 and 6D. RGB value is (49,71,109). Sum of RGB (Red+Green+Blue) = 49+71+109=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #31476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476D is #CEB892. Grayscale: #444444. Windows color (decimal): -13547667 or 7161649. OLE color: 7161649.
HSL color Cylindrical-coordinate representation of color #31476D: hue angle of 218º 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 #31476D is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 71 | 109 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.57 |
| HSL | 218º | 0.38% | 0.31% | - |
| HSV(B) | 218º | 0.55% | 0.43% | - |
| XYZ | 6.28 | 6.26 | 15.35 | - |
| YUV | 68.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 109 | 0.55 | 0.35 | 0 | 0.57 | 218 | 0.38 | 0.31 |
| Hex | 31 | 47 | 6D | 37 | 23 | 0 | 39 | DA | 26 | 1F |
| Octal | 61 | 107 | 155 | 67 | 43 | 0 | 71 | 332 | 46 | 37 |
| Binary | 110001 | 1000111 | 1101101 | 110111 | 100011 | 0 | 111001 | 11011010 | 100110 | 11111 |
Color Harmonies of #31476D
Complementary color
Monochromatic Colors of #31476D
Black with #31476D
Text Example
Text Example
White with #31476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31476D; }
p { color: rgb(49,71,109); }
H1.HeaderClassName
{
color: #31476D;
}
.AnyTagClassName
{
color: #31476D;
}
</style>
background-color css
<style>
a { background-color: #31476D; }
a { background-color: rgb(49,71,109); }
div.DivClassName
{
background-color: #31476D;
}
.BgClassName
{
background-color: #31476D;
}
</style>
border-color css
<style>
span { border-color: #31476D; }
span { border-color: rgb(49,71,109); }
td.TdClassName
{
border-color: #31476D;
}
.TagClassName
{
border-color: #31476D;
}
</style>