Shades of Resolution Blue #313D7D
Tints of Resolution Blue #313D7D
RGB
CMYK
RGB Variations
Color information
#313D7D (or 0x313D7D) is known color: Resolution Blue. HEX triplet: 31, 3D and 7D. RGB value is (49,61,125). Sum of RGB (Red+Green+Blue) = 49+61+125=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #313D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D7D is #CEC282. Grayscale: #404040. Windows color (decimal): -13550211 or 8207665. OLE color: 8207665.
HSL color Cylindrical-coordinate representation of color #313D7D: hue angle of 230.53º 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 #313D7D is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 61 | 125 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.51 |
| HSL | 230.53º | 0.44% | 0.34% | - |
| HSV(B) | 230.53º | 0.61% | 0.49% | - |
| XYZ | 6.64 | 5.47 | 20.11 | - |
| YUV | 64.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 125 | 0.61 | 0.51 | 0 | 0.51 | 230.53 | 0.44 | 0.34 |
| Hex | 31 | 3D | 7D | 3D | 33 | 0 | 33 | E7 | 2C | 22 |
| Octal | 61 | 75 | 175 | 75 | 63 | 0 | 63 | 347 | 54 | 42 |
| Binary | 110001 | 111101 | 1111101 | 111101 | 110011 | 0 | 110011 | 11100111 | 101100 | 100010 |
Color Harmonies of #313D7D
Complementary color
Monochromatic Colors of #313D7D
Black with #313D7D
Text Example
Text Example
White with #313D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D7D; }
p { color: rgb(49,61,125); }
H1.HeaderClassName
{
color: #313D7D;
}
.AnyTagClassName
{
color: #313D7D;
}
</style>
background-color css
<style>
a { background-color: #313D7D; }
a { background-color: rgb(49,61,125); }
div.DivClassName
{
background-color: #313D7D;
}
.BgClassName
{
background-color: #313D7D;
}
</style>
border-color css
<style>
span { border-color: #313D7D; }
span { border-color: rgb(49,61,125); }
td.TdClassName
{
border-color: #313D7D;
}
.TagClassName
{
border-color: #313D7D;
}
</style>