Shades of Resolution Blue #314572
Tints of Resolution Blue #314572
RGB
CMYK
RGB Variations
Color information
#314572 (or 0x314572) is known color: Resolution Blue. HEX triplet: 31, 45 and 72. RGB value is (49,69,114). Sum of RGB (Red+Green+Blue) = 49+69+114=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #314572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314572 is #CEBA8D. Grayscale: #434343. Windows color (decimal): -13548174 or 7488817. OLE color: 7488817.
HSL color Cylindrical-coordinate representation of color #314572: hue angle of 221.54º 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 #314572 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 69 | 114 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.55 |
| HSL | 221.54º | 0.4% | 0.32% | - |
| HSV(B) | 221.54º | 0.57% | 0.45% | - |
| XYZ | 6.43 | 6.12 | 16.76 | - |
| YUV | 68.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 114 | 0.57 | 0.39 | 0 | 0.55 | 221.54 | 0.4 | 0.32 |
| Hex | 31 | 45 | 72 | 39 | 27 | 0 | 37 | DE | 28 | 20 |
| Octal | 61 | 105 | 162 | 71 | 47 | 0 | 67 | 336 | 50 | 40 |
| Binary | 110001 | 1000101 | 1110010 | 111001 | 100111 | 0 | 110111 | 11011110 | 101000 | 100000 |
Color Harmonies of #314572
Complementary color
Monochromatic Colors of #314572
Black with #314572
Text Example
Text Example
White with #314572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314572; }
p { color: rgb(49,69,114); }
H1.HeaderClassName
{
color: #314572;
}
.AnyTagClassName
{
color: #314572;
}
</style>
background-color css
<style>
a { background-color: #314572; }
a { background-color: rgb(49,69,114); }
div.DivClassName
{
background-color: #314572;
}
.BgClassName
{
background-color: #314572;
}
</style>
border-color css
<style>
span { border-color: #314572; }
span { border-color: rgb(49,69,114); }
td.TdClassName
{
border-color: #314572;
}
.TagClassName
{
border-color: #314572;
}
</style>