Shades of Resolution Blue #31467D
Tints of Resolution Blue #31467D
RGB
CMYK
RGB Variations
Color information
#31467D (or 0x31467D) is known color: Resolution Blue. HEX triplet: 31, 46 and 7D. RGB value is (49,70,125). Sum of RGB (Red+Green+Blue) = 49+70+125=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #31467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31467D is #CEB982. Grayscale: #454545. Windows color (decimal): -13547907 or 8209969. OLE color: 8209969.
HSL color Cylindrical-coordinate representation of color #31467D: hue angle of 223.42º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31467D is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 70 | 125 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.51 |
| HSL | 223.42º | 0.44% | 0.34% | - |
| HSV(B) | 223.42º | 0.61% | 0.49% | - |
| XYZ | 7.16 | 6.51 | 20.28 | - |
| YUV | 69.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 125 | 0.61 | 0.44 | 0 | 0.51 | 223.42 | 0.44 | 0.34 |
| Hex | 31 | 46 | 7D | 3D | 2C | 0 | 33 | DF | 2C | 22 |
| Octal | 61 | 106 | 175 | 75 | 54 | 0 | 63 | 337 | 54 | 42 |
| Binary | 110001 | 1000110 | 1111101 | 111101 | 101100 | 0 | 110011 | 11011111 | 101100 | 100010 |
Color Harmonies of #31467D
Complementary color
Monochromatic Colors of #31467D
Black with #31467D
Text Example
Text Example
White with #31467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31467D; }
p { color: rgb(49,70,125); }
H1.HeaderClassName
{
color: #31467D;
}
.AnyTagClassName
{
color: #31467D;
}
</style>
background-color css
<style>
a { background-color: #31467D; }
a { background-color: rgb(49,70,125); }
div.DivClassName
{
background-color: #31467D;
}
.BgClassName
{
background-color: #31467D;
}
</style>
border-color css
<style>
span { border-color: #31467D; }
span { border-color: rgb(49,70,125); }
td.TdClassName
{
border-color: #31467D;
}
.TagClassName
{
border-color: #31467D;
}
</style>