Shades of Resolution Blue #313E7D
Tints of Resolution Blue #313E7D
RGB
CMYK
RGB Variations
Color information
#313E7D (or 0x313E7D) is known color: Resolution Blue. HEX triplet: 31, 3E and 7D. RGB value is (49,62,125). Sum of RGB (Red+Green+Blue) = 49+62+125=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #313E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E7D is #CEC182. Grayscale: #414141. Windows color (decimal): -13549955 or 8207921. OLE color: 8207921.
HSL color Cylindrical-coordinate representation of color #313E7D: hue angle of 229.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313E7D is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 62 | 125 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.51 |
| HSL | 229.74º | 0.44% | 0.34% | - |
| HSV(B) | 229.74º | 0.61% | 0.49% | - |
| XYZ | 6.69 | 5.58 | 20.13 | - |
| YUV | 65.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 125 | 0.61 | 0.50 | 0 | 0.51 | 229.74 | 0.44 | 0.34 |
| Hex | 31 | 3E | 7D | 3D | 32 | 0 | 33 | E6 | 2C | 22 |
| Octal | 61 | 76 | 175 | 75 | 62 | 0 | 63 | 346 | 54 | 42 |
| Binary | 110001 | 111110 | 1111101 | 111101 | 110010 | 0 | 110011 | 11100110 | 101100 | 100010 |
Color Harmonies of #313E7D
Complementary color
Monochromatic Colors of #313E7D
Black with #313E7D
Text Example
Text Example
White with #313E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E7D; }
p { color: rgb(49,62,125); }
H1.HeaderClassName
{
color: #313E7D;
}
.AnyTagClassName
{
color: #313E7D;
}
</style>
background-color css
<style>
a { background-color: #313E7D; }
a { background-color: rgb(49,62,125); }
div.DivClassName
{
background-color: #313E7D;
}
.BgClassName
{
background-color: #313E7D;
}
</style>
border-color css
<style>
span { border-color: #313E7D; }
span { border-color: rgb(49,62,125); }
td.TdClassName
{
border-color: #313E7D;
}
.TagClassName
{
border-color: #313E7D;
}
</style>