Shades of Resolution Blue #31457C
Tints of Resolution Blue #31457C
RGB
CMYK
RGB Variations
Color information
#31457C (or 0x31457C) is known color: Resolution Blue. HEX triplet: 31, 45 and 7C. RGB value is (49,69,124). Sum of RGB (Red+Green+Blue) = 49+69+124=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #31457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31457C is #CEBA83. Grayscale: #454545. Windows color (decimal): -13548164 or 8144177. OLE color: 8144177.
HSL color Cylindrical-coordinate representation of color #31457C: hue angle of 224º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31457C is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 69 | 124 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.51 |
| HSL | 224º | 0.43% | 0.34% | - |
| HSV(B) | 224º | 0.6% | 0.49% | - |
| XYZ | 7.03 | 6.36 | 19.93 | - |
| YUV | 69.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 124 | 0.60 | 0.44 | 0 | 0.51 | 224 | 0.43 | 0.34 |
| Hex | 31 | 45 | 7C | 3C | 2C | 0 | 33 | E0 | 2B | 22 |
| Octal | 61 | 105 | 174 | 74 | 54 | 0 | 63 | 340 | 53 | 42 |
| Binary | 110001 | 1000101 | 1111100 | 111100 | 101100 | 0 | 110011 | 11100000 | 101011 | 100010 |
Color Harmonies of #31457C
Complementary color
Monochromatic Colors of #31457C
Black with #31457C
Text Example
Text Example
White with #31457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31457C; }
p { color: rgb(49,69,124); }
H1.HeaderClassName
{
color: #31457C;
}
.AnyTagClassName
{
color: #31457C;
}
</style>
background-color css
<style>
a { background-color: #31457C; }
a { background-color: rgb(49,69,124); }
div.DivClassName
{
background-color: #31457C;
}
.BgClassName
{
background-color: #31457C;
}
</style>
border-color css
<style>
span { border-color: #31457C; }
span { border-color: rgb(49,69,124); }
td.TdClassName
{
border-color: #31457C;
}
.TagClassName
{
border-color: #31457C;
}
</style>