Shades of Resolution Blue #31416D
Tints of Resolution Blue #31416D
RGB
CMYK
RGB Variations
Color information
#31416D (or 0x31416D) is known color: Resolution Blue. HEX triplet: 31, 41 and 6D. RGB value is (49,65,109). Sum of RGB (Red+Green+Blue) = 49+65+109=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #31416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31416D is #CEBE92. Grayscale: #414141. Windows color (decimal): -13549203 or 7160113. OLE color: 7160113.
HSL color Cylindrical-coordinate representation of color #31416D: hue angle of 224º 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 #31416D is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 65 | 109 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.57 |
| HSL | 224º | 0.38% | 0.31% | - |
| HSV(B) | 224º | 0.55% | 0.43% | - |
| XYZ | 5.92 | 5.54 | 15.23 | - |
| YUV | 65.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 109 | 0.55 | 0.40 | 0 | 0.57 | 224 | 0.38 | 0.31 |
| Hex | 31 | 41 | 6D | 37 | 28 | 0 | 39 | E0 | 26 | 1F |
| Octal | 61 | 101 | 155 | 67 | 50 | 0 | 71 | 340 | 46 | 37 |
| Binary | 110001 | 1000001 | 1101101 | 110111 | 101000 | 0 | 111001 | 11100000 | 100110 | 11111 |
Color Harmonies of #31416D
Complementary color
Monochromatic Colors of #31416D
Black with #31416D
Text Example
Text Example
White with #31416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31416D; }
p { color: rgb(49,65,109); }
H1.HeaderClassName
{
color: #31416D;
}
.AnyTagClassName
{
color: #31416D;
}
</style>
background-color css
<style>
a { background-color: #31416D; }
a { background-color: rgb(49,65,109); }
div.DivClassName
{
background-color: #31416D;
}
.BgClassName
{
background-color: #31416D;
}
</style>
border-color css
<style>
span { border-color: #31416D; }
span { border-color: rgb(49,65,109); }
td.TdClassName
{
border-color: #31416D;
}
.TagClassName
{
border-color: #31416D;
}
</style>