Shades of Resolution Blue #31407A
Tints of Resolution Blue #31407A
RGB
CMYK
RGB Variations
Color information
#31407A (or 0x31407A) is known color: Resolution Blue. HEX triplet: 31, 40 and 7A. RGB value is (49,64,122). Sum of RGB (Red+Green+Blue) = 49+64+122=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #31407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31407A is #CEBF85. Grayscale: #414141. Windows color (decimal): -13549446 or 8011825. OLE color: 8011825.
HSL color Cylindrical-coordinate representation of color #31407A: hue angle of 227.67º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31407A is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 64 | 122 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.52 |
| HSL | 227.67º | 0.43% | 0.34% | - |
| HSV(B) | 227.67º | 0.6% | 0.48% | - |
| XYZ | 6.61 | 5.72 | 19.17 | - |
| YUV | 66.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 122 | 0.60 | 0.48 | 0 | 0.52 | 227.67 | 0.43 | 0.34 |
| Hex | 31 | 40 | 7A | 3C | 30 | 0 | 34 | E4 | 2B | 22 |
| Octal | 61 | 100 | 172 | 74 | 60 | 0 | 64 | 344 | 53 | 42 |
| Binary | 110001 | 1000000 | 1111010 | 111100 | 110000 | 0 | 110100 | 11100100 | 101011 | 100010 |
Color Harmonies of #31407A
Complementary color
Monochromatic Colors of #31407A
Black with #31407A
Text Example
Text Example
White with #31407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31407A; }
p { color: rgb(49,64,122); }
H1.HeaderClassName
{
color: #31407A;
}
.AnyTagClassName
{
color: #31407A;
}
</style>
background-color css
<style>
a { background-color: #31407A; }
a { background-color: rgb(49,64,122); }
div.DivClassName
{
background-color: #31407A;
}
.BgClassName
{
background-color: #31407A;
}
</style>
border-color css
<style>
span { border-color: #31407A; }
span { border-color: rgb(49,64,122); }
td.TdClassName
{
border-color: #31407A;
}
.TagClassName
{
border-color: #31407A;
}
</style>