Shades of Resolution Blue #313E7F
Tints of Resolution Blue #313E7F
RGB
CMYK
RGB Variations
Color information
#313E7F (or 0x313E7F) is known color: Resolution Blue. HEX triplet: 31, 3E and 7F. RGB value is (49,62,127). Sum of RGB (Red+Green+Blue) = 49+62+127=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #313E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E7F is #CEC180. Grayscale: #414141. Windows color (decimal): -13549953 or 8338993. OLE color: 8338993.
HSL color Cylindrical-coordinate representation of color #313E7F: hue angle of 230º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313E7F is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 62 | 127 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.50 |
| HSL | 230º | 0.44% | 0.35% | - |
| HSV(B) | 230º | 0.61% | 0.5% | - |
| XYZ | 6.82 | 5.63 | 20.81 | - |
| YUV | 65.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 127 | 0.61 | 0.51 | 0 | 0.50 | 230 | 0.44 | 0.35 |
| Hex | 31 | 3E | 7F | 3D | 33 | 0 | 32 | E6 | 2C | 23 |
| Octal | 61 | 76 | 177 | 75 | 63 | 0 | 62 | 346 | 54 | 43 |
| Binary | 110001 | 111110 | 1111111 | 111101 | 110011 | 0 | 110010 | 11100110 | 101100 | 100011 |
Color Harmonies of #313E7F
Complementary color
Monochromatic Colors of #313E7F
Black with #313E7F
Text Example
Text Example
White with #313E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E7F; }
p { color: rgb(49,62,127); }
H1.HeaderClassName
{
color: #313E7F;
}
.AnyTagClassName
{
color: #313E7F;
}
</style>
background-color css
<style>
a { background-color: #313E7F; }
a { background-color: rgb(49,62,127); }
div.DivClassName
{
background-color: #313E7F;
}
.BgClassName
{
background-color: #313E7F;
}
</style>
border-color css
<style>
span { border-color: #313E7F; }
span { border-color: rgb(49,62,127); }
td.TdClassName
{
border-color: #313E7F;
}
.TagClassName
{
border-color: #313E7F;
}
</style>