Shades of Resolution Blue #313E6E
Tints of Resolution Blue #313E6E
RGB
CMYK
RGB Variations
Color information
#313E6E (or 0x313E6E) is known color: Resolution Blue. HEX triplet: 31, 3E and 6E. RGB value is (49,62,110). Sum of RGB (Red+Green+Blue) = 49+62+110=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #313E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E6E is #CEC191. Grayscale: #3F3F3F. Windows color (decimal): -13549970 or 7224881. OLE color: 7224881.
HSL color Cylindrical-coordinate representation of color #313E6E: hue angle of 227.21º 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 #313E6E is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 62 | 110 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.57 |
| HSL | 227.21º | 0.38% | 0.31% | - |
| HSV(B) | 227.21º | 0.55% | 0.43% | - |
| XYZ | 5.8 | 5.22 | 15.45 | - |
| YUV | 63.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 110 | 0.55 | 0.44 | 0 | 0.57 | 227.21 | 0.38 | 0.31 |
| Hex | 31 | 3E | 6E | 37 | 2C | 0 | 39 | E3 | 26 | 1F |
| Octal | 61 | 76 | 156 | 67 | 54 | 0 | 71 | 343 | 46 | 37 |
| Binary | 110001 | 111110 | 1101110 | 110111 | 101100 | 0 | 111001 | 11100011 | 100110 | 11111 |
Color Harmonies of #313E6E
Complementary color
Monochromatic Colors of #313E6E
Black with #313E6E
Text Example
Text Example
White with #313E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E6E; }
p { color: rgb(49,62,110); }
H1.HeaderClassName
{
color: #313E6E;
}
.AnyTagClassName
{
color: #313E6E;
}
</style>
background-color css
<style>
a { background-color: #313E6E; }
a { background-color: rgb(49,62,110); }
div.DivClassName
{
background-color: #313E6E;
}
.BgClassName
{
background-color: #313E6E;
}
</style>
border-color css
<style>
span { border-color: #313E6E; }
span { border-color: rgb(49,62,110); }
td.TdClassName
{
border-color: #313E6E;
}
.TagClassName
{
border-color: #313E6E;
}
</style>