Shades of Resolution Blue #313C6D
Tints of Resolution Blue #313C6D
RGB
CMYK
RGB Variations
Color information
#313C6D (or 0x313C6D) is known color: Resolution Blue. HEX triplet: 31, 3C and 6D. RGB value is (49,60,109). Sum of RGB (Red+Green+Blue) = 49+60+109=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #313C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C6D is #CEC392. Grayscale: #3E3E3E. Windows color (decimal): -13550483 or 7158833. OLE color: 7158833.
HSL color Cylindrical-coordinate representation of color #313C6D: hue angle of 229º 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 #313C6D is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 60 | 109 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.57 |
| HSL | 229º | 0.38% | 0.31% | - |
| HSV(B) | 229º | 0.55% | 0.43% | - |
| XYZ | 5.64 | 4.99 | 15.13 | - |
| YUV | 62.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 109 | 0.55 | 0.45 | 0 | 0.57 | 229 | 0.38 | 0.31 |
| Hex | 31 | 3C | 6D | 37 | 2D | 0 | 39 | E5 | 26 | 1F |
| Octal | 61 | 74 | 155 | 67 | 55 | 0 | 71 | 345 | 46 | 37 |
| Binary | 110001 | 111100 | 1101101 | 110111 | 101101 | 0 | 111001 | 11100101 | 100110 | 11111 |
Color Harmonies of #313C6D
Complementary color
Monochromatic Colors of #313C6D
Black with #313C6D
Text Example
Text Example
White with #313C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C6D; }
p { color: rgb(49,60,109); }
H1.HeaderClassName
{
color: #313C6D;
}
.AnyTagClassName
{
color: #313C6D;
}
</style>
background-color css
<style>
a { background-color: #313C6D; }
a { background-color: rgb(49,60,109); }
div.DivClassName
{
background-color: #313C6D;
}
.BgClassName
{
background-color: #313C6D;
}
</style>
border-color css
<style>
span { border-color: #313C6D; }
span { border-color: rgb(49,60,109); }
td.TdClassName
{
border-color: #313C6D;
}
.TagClassName
{
border-color: #313C6D;
}
</style>