Shades of Resolution Blue #31456D
Tints of Resolution Blue #31456D
RGB
CMYK
RGB Variations
Color information
#31456D (or 0x31456D) is known color: Resolution Blue. HEX triplet: 31, 45 and 6D. RGB value is (49,69,109). Sum of RGB (Red+Green+Blue) = 49+69+109=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #31456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31456D is #CEBA92. Grayscale: #434343. Windows color (decimal): -13548179 or 7161137. OLE color: 7161137.
HSL color Cylindrical-coordinate representation of color #31456D: hue angle of 220º 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 #31456D is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 69 | 109 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.57 |
| HSL | 220º | 0.38% | 0.31% | - |
| HSV(B) | 220º | 0.55% | 0.43% | - |
| XYZ | 6.16 | 6.01 | 15.3 | - |
| YUV | 67.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 109 | 0.55 | 0.37 | 0 | 0.57 | 220 | 0.38 | 0.31 |
| Hex | 31 | 45 | 6D | 37 | 25 | 0 | 39 | DC | 26 | 1F |
| Octal | 61 | 105 | 155 | 67 | 45 | 0 | 71 | 334 | 46 | 37 |
| Binary | 110001 | 1000101 | 1101101 | 110111 | 100101 | 0 | 111001 | 11011100 | 100110 | 11111 |
Color Harmonies of #31456D
Complementary color
Monochromatic Colors of #31456D
Black with #31456D
Text Example
Text Example
White with #31456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31456D; }
p { color: rgb(49,69,109); }
H1.HeaderClassName
{
color: #31456D;
}
.AnyTagClassName
{
color: #31456D;
}
</style>
background-color css
<style>
a { background-color: #31456D; }
a { background-color: rgb(49,69,109); }
div.DivClassName
{
background-color: #31456D;
}
.BgClassName
{
background-color: #31456D;
}
</style>
border-color css
<style>
span { border-color: #31456D; }
span { border-color: rgb(49,69,109); }
td.TdClassName
{
border-color: #31456D;
}
.TagClassName
{
border-color: #31456D;
}
</style>