Shades of Resolution Blue #31406E
Tints of Resolution Blue #31406E
RGB
CMYK
RGB Variations
Color information
#31406E (or 0x31406E) is known color: Resolution Blue. HEX triplet: 31, 40 and 6E. RGB value is (49,64,110). Sum of RGB (Red+Green+Blue) = 49+64+110=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #31406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31406E is #CEBF91. Grayscale: #404040. Windows color (decimal): -13549458 or 7225393. OLE color: 7225393.
HSL color Cylindrical-coordinate representation of color #31406E: hue angle of 225.25º 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 #31406E is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 64 | 110 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.57 |
| HSL | 225.25º | 0.38% | 0.31% | - |
| HSV(B) | 225.25º | 0.55% | 0.43% | - |
| XYZ | 5.91 | 5.45 | 15.49 | - |
| YUV | 64.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 110 | 0.55 | 0.42 | 0 | 0.57 | 225.25 | 0.38 | 0.31 |
| Hex | 31 | 40 | 6E | 37 | 2A | 0 | 39 | E1 | 26 | 1F |
| Octal | 61 | 100 | 156 | 67 | 52 | 0 | 71 | 341 | 46 | 37 |
| Binary | 110001 | 1000000 | 1101110 | 110111 | 101010 | 0 | 111001 | 11100001 | 100110 | 11111 |
Color Harmonies of #31406E
Complementary color
Monochromatic Colors of #31406E
Black with #31406E
Text Example
Text Example
White with #31406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31406E; }
p { color: rgb(49,64,110); }
H1.HeaderClassName
{
color: #31406E;
}
.AnyTagClassName
{
color: #31406E;
}
</style>
background-color css
<style>
a { background-color: #31406E; }
a { background-color: rgb(49,64,110); }
div.DivClassName
{
background-color: #31406E;
}
.BgClassName
{
background-color: #31406E;
}
</style>
border-color css
<style>
span { border-color: #31406E; }
span { border-color: rgb(49,64,110); }
td.TdClassName
{
border-color: #31406E;
}
.TagClassName
{
border-color: #31406E;
}
</style>