Shades of Resolution Blue #314473
Tints of Resolution Blue #314473
RGB
CMYK
RGB Variations
Color information
#314473 (or 0x314473) is known color: Resolution Blue. HEX triplet: 31, 44 and 73. RGB value is (49,68,115). Sum of RGB (Red+Green+Blue) = 49+68+115=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #314473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314473 is #CEBB8C. Grayscale: #434343. Windows color (decimal): -13548429 or 7554097. OLE color: 7554097.
HSL color Cylindrical-coordinate representation of color #314473: hue angle of 222.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314473 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 68 | 115 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.55 |
| HSL | 222.73º | 0.4% | 0.32% | - |
| HSV(B) | 222.73º | 0.57% | 0.45% | - |
| XYZ | 6.43 | 6.03 | 17.04 | - |
| YUV | 67.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 115 | 0.57 | 0.41 | 0 | 0.55 | 222.73 | 0.4 | 0.32 |
| Hex | 31 | 44 | 73 | 39 | 29 | 0 | 37 | DF | 28 | 20 |
| Octal | 61 | 104 | 163 | 71 | 51 | 0 | 67 | 337 | 50 | 40 |
| Binary | 110001 | 1000100 | 1110011 | 111001 | 101001 | 0 | 110111 | 11011111 | 101000 | 100000 |
Color Harmonies of #314473
Complementary color
Monochromatic Colors of #314473
Black with #314473
Text Example
Text Example
White with #314473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314473; }
p { color: rgb(49,68,115); }
H1.HeaderClassName
{
color: #314473;
}
.AnyTagClassName
{
color: #314473;
}
</style>
background-color css
<style>
a { background-color: #314473; }
a { background-color: rgb(49,68,115); }
div.DivClassName
{
background-color: #314473;
}
.BgClassName
{
background-color: #314473;
}
</style>
border-color css
<style>
span { border-color: #314473; }
span { border-color: rgb(49,68,115); }
td.TdClassName
{
border-color: #314473;
}
.TagClassName
{
border-color: #314473;
}
</style>