Shades of Resolution Blue #31406D
Tints of Resolution Blue #31406D
RGB
CMYK
RGB Variations
Color information
#31406D (or 0x31406D) is known color: Resolution Blue. HEX triplet: 31, 40 and 6D. RGB value is (49,64,109). Sum of RGB (Red+Green+Blue) = 49+64+109=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #31406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31406D is #CEBF92. Grayscale: #404040. Windows color (decimal): -13549459 or 7159857. OLE color: 7159857.
HSL color Cylindrical-coordinate representation of color #31406D: hue angle of 225º 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 #31406D is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 64 | 109 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.57 |
| HSL | 225º | 0.38% | 0.31% | - |
| HSV(B) | 225º | 0.55% | 0.43% | - |
| XYZ | 5.86 | 5.42 | 15.21 | - |
| YUV | 64.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 109 | 0.55 | 0.41 | 0 | 0.57 | 225 | 0.38 | 0.31 |
| Hex | 31 | 40 | 6D | 37 | 29 | 0 | 39 | E1 | 26 | 1F |
| Octal | 61 | 100 | 155 | 67 | 51 | 0 | 71 | 341 | 46 | 37 |
| Binary | 110001 | 1000000 | 1101101 | 110111 | 101001 | 0 | 111001 | 11100001 | 100110 | 11111 |
Color Harmonies of #31406D
Complementary color
Monochromatic Colors of #31406D
Black with #31406D
Text Example
Text Example
White with #31406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31406D; }
p { color: rgb(49,64,109); }
H1.HeaderClassName
{
color: #31406D;
}
.AnyTagClassName
{
color: #31406D;
}
</style>
background-color css
<style>
a { background-color: #31406D; }
a { background-color: rgb(49,64,109); }
div.DivClassName
{
background-color: #31406D;
}
.BgClassName
{
background-color: #31406D;
}
</style>
border-color css
<style>
span { border-color: #31406D; }
span { border-color: rgb(49,64,109); }
td.TdClassName
{
border-color: #31406D;
}
.TagClassName
{
border-color: #31406D;
}
</style>