Shades of Resolution Blue #314170
Tints of Resolution Blue #314170
RGB
CMYK
RGB Variations
Color information
#314170 (or 0x314170) is known color: Resolution Blue. HEX triplet: 31, 41 and 70. RGB value is (49,65,112). Sum of RGB (Red+Green+Blue) = 49+65+112=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #314170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314170 is #CEBE8F. Grayscale: #414141. Windows color (decimal): -13549200 or 7356721. OLE color: 7356721.
HSL color Cylindrical-coordinate representation of color #314170: hue angle of 224.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314170 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 65 | 112 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.56 |
| HSL | 224.76º | 0.39% | 0.32% | - |
| HSV(B) | 224.76º | 0.56% | 0.44% | - |
| XYZ | 6.08 | 5.6 | 16.09 | - |
| YUV | 65.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 112 | 0.56 | 0.42 | 0 | 0.56 | 224.76 | 0.39 | 0.32 |
| Hex | 31 | 41 | 70 | 38 | 2A | 0 | 38 | E1 | 27 | 20 |
| Octal | 61 | 101 | 160 | 70 | 52 | 0 | 70 | 341 | 47 | 40 |
| Binary | 110001 | 1000001 | 1110000 | 111000 | 101010 | 0 | 111000 | 11100001 | 100111 | 100000 |
Color Harmonies of #314170
Complementary color
Monochromatic Colors of #314170
Black with #314170
Text Example
Text Example
White with #314170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314170; }
p { color: rgb(49,65,112); }
H1.HeaderClassName
{
color: #314170;
}
.AnyTagClassName
{
color: #314170;
}
</style>
background-color css
<style>
a { background-color: #314170; }
a { background-color: rgb(49,65,112); }
div.DivClassName
{
background-color: #314170;
}
.BgClassName
{
background-color: #314170;
}
</style>
border-color css
<style>
span { border-color: #314170; }
span { border-color: rgb(49,65,112); }
td.TdClassName
{
border-color: #314170;
}
.TagClassName
{
border-color: #314170;
}
</style>