Shades of Resolution Blue #313F6D
Tints of Resolution Blue #313F6D
RGB
CMYK
RGB Variations
Color information
#313F6D (or 0x313F6D) is known color: Resolution Blue. HEX triplet: 31, 3F and 6D. RGB value is (49,63,109). Sum of RGB (Red+Green+Blue) = 49+63+109=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #313F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F6D is #CEC092. Grayscale: #3F3F3F. Windows color (decimal): -13549715 or 7159601. OLE color: 7159601.
HSL color Cylindrical-coordinate representation of color #313F6D: hue angle of 226º 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 #313F6D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 63 | 109 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.57 |
| HSL | 226º | 0.38% | 0.31% | - |
| HSV(B) | 226º | 0.55% | 0.43% | - |
| XYZ | 5.8 | 5.31 | 15.19 | - |
| YUV | 64.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 109 | 0.55 | 0.42 | 0 | 0.57 | 226 | 0.38 | 0.31 |
| Hex | 31 | 3F | 6D | 37 | 2A | 0 | 39 | E2 | 26 | 1F |
| Octal | 61 | 77 | 155 | 67 | 52 | 0 | 71 | 342 | 46 | 37 |
| Binary | 110001 | 111111 | 1101101 | 110111 | 101010 | 0 | 111001 | 11100010 | 100110 | 11111 |
Color Harmonies of #313F6D
Complementary color
Monochromatic Colors of #313F6D
Black with #313F6D
Text Example
Text Example
White with #313F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F6D; }
p { color: rgb(49,63,109); }
H1.HeaderClassName
{
color: #313F6D;
}
.AnyTagClassName
{
color: #313F6D;
}
</style>
background-color css
<style>
a { background-color: #313F6D; }
a { background-color: rgb(49,63,109); }
div.DivClassName
{
background-color: #313F6D;
}
.BgClassName
{
background-color: #313F6D;
}
</style>
border-color css
<style>
span { border-color: #313F6D; }
span { border-color: rgb(49,63,109); }
td.TdClassName
{
border-color: #313F6D;
}
.TagClassName
{
border-color: #313F6D;
}
</style>