Shades of Resolution Blue #314172
Tints of Resolution Blue #314172
RGB
CMYK
RGB Variations
Color information
#314172 (or 0x314172) is known color: Resolution Blue. HEX triplet: 31, 41 and 72. RGB value is (49,65,114). Sum of RGB (Red+Green+Blue) = 49+65+114=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #314172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314172 is #CEBE8D. Grayscale: #414141. Windows color (decimal): -13549198 or 7487793. OLE color: 7487793.
HSL color Cylindrical-coordinate representation of color #314172: hue angle of 225.23º 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 #314172 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 65 | 114 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.55 |
| HSL | 225.23º | 0.4% | 0.32% | - |
| HSV(B) | 225.23º | 0.57% | 0.45% | - |
| XYZ | 6.19 | 5.65 | 16.68 | - |
| YUV | 65.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 114 | 0.57 | 0.43 | 0 | 0.55 | 225.23 | 0.4 | 0.32 |
| Hex | 31 | 41 | 72 | 39 | 2B | 0 | 37 | E1 | 28 | 20 |
| Octal | 61 | 101 | 162 | 71 | 53 | 0 | 67 | 341 | 50 | 40 |
| Binary | 110001 | 1000001 | 1110010 | 111001 | 101011 | 0 | 110111 | 11100001 | 101000 | 100000 |
Color Harmonies of #314172
Complementary color
Monochromatic Colors of #314172
Black with #314172
Text Example
Text Example
White with #314172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314172; }
p { color: rgb(49,65,114); }
H1.HeaderClassName
{
color: #314172;
}
.AnyTagClassName
{
color: #314172;
}
</style>
background-color css
<style>
a { background-color: #314172; }
a { background-color: rgb(49,65,114); }
div.DivClassName
{
background-color: #314172;
}
.BgClassName
{
background-color: #314172;
}
</style>
border-color css
<style>
span { border-color: #314172; }
span { border-color: rgb(49,65,114); }
td.TdClassName
{
border-color: #314172;
}
.TagClassName
{
border-color: #314172;
}
</style>