Shades of Resolution Blue #314472
Tints of Resolution Blue #314472
RGB
CMYK
RGB Variations
Color information
#314472 (or 0x314472) is known color: Resolution Blue. HEX triplet: 31, 44 and 72. RGB value is (49,68,114). Sum of RGB (Red+Green+Blue) = 49+68+114=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #314472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314472 is #CEBB8D. Grayscale: #434343. Windows color (decimal): -13548430 or 7488561. OLE color: 7488561.
HSL color Cylindrical-coordinate representation of color #314472: hue angle of 222.46º 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 #314472 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 68 | 114 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.55 |
| HSL | 222.46º | 0.4% | 0.32% | - |
| HSV(B) | 222.46º | 0.57% | 0.45% | - |
| XYZ | 6.37 | 6 | 16.74 | - |
| YUV | 67.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 114 | 0.57 | 0.40 | 0 | 0.55 | 222.46 | 0.4 | 0.32 |
| Hex | 31 | 44 | 72 | 39 | 28 | 0 | 37 | DE | 28 | 20 |
| Octal | 61 | 104 | 162 | 71 | 50 | 0 | 67 | 336 | 50 | 40 |
| Binary | 110001 | 1000100 | 1110010 | 111001 | 101000 | 0 | 110111 | 11011110 | 101000 | 100000 |
Color Harmonies of #314472
Complementary color
Monochromatic Colors of #314472
Black with #314472
Text Example
Text Example
White with #314472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314472; }
p { color: rgb(49,68,114); }
H1.HeaderClassName
{
color: #314472;
}
.AnyTagClassName
{
color: #314472;
}
</style>
background-color css
<style>
a { background-color: #314472; }
a { background-color: rgb(49,68,114); }
div.DivClassName
{
background-color: #314472;
}
.BgClassName
{
background-color: #314472;
}
</style>
border-color css
<style>
span { border-color: #314472; }
span { border-color: rgb(49,68,114); }
td.TdClassName
{
border-color: #314472;
}
.TagClassName
{
border-color: #314472;
}
</style>