Shades of Resolution Blue #314470
Tints of Resolution Blue #314470
RGB
CMYK
RGB Variations
Color information
#314470 (or 0x314470) is known color: Resolution Blue. HEX triplet: 31, 44 and 70. RGB value is (49,68,112). Sum of RGB (Red+Green+Blue) = 49+68+112=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #314470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314470 is #CEBB8F. Grayscale: #434343. Windows color (decimal): -13548432 or 7357489. OLE color: 7357489.
HSL color Cylindrical-coordinate representation of color #314470: hue angle of 221.9º 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 #314470 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 68 | 112 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.56 |
| HSL | 221.9º | 0.39% | 0.32% | - |
| HSV(B) | 221.9º | 0.56% | 0.44% | - |
| XYZ | 6.26 | 5.96 | 16.15 | - |
| YUV | 67.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 112 | 0.56 | 0.39 | 0 | 0.56 | 221.9 | 0.39 | 0.32 |
| Hex | 31 | 44 | 70 | 38 | 27 | 0 | 38 | DE | 27 | 20 |
| Octal | 61 | 104 | 160 | 70 | 47 | 0 | 70 | 336 | 47 | 40 |
| Binary | 110001 | 1000100 | 1110000 | 111000 | 100111 | 0 | 111000 | 11011110 | 100111 | 100000 |
Color Harmonies of #314470
Complementary color
Monochromatic Colors of #314470
Black with #314470
Text Example
Text Example
White with #314470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314470; }
p { color: rgb(49,68,112); }
H1.HeaderClassName
{
color: #314470;
}
.AnyTagClassName
{
color: #314470;
}
</style>
background-color css
<style>
a { background-color: #314470; }
a { background-color: rgb(49,68,112); }
div.DivClassName
{
background-color: #314470;
}
.BgClassName
{
background-color: #314470;
}
</style>
border-color css
<style>
span { border-color: #314470; }
span { border-color: rgb(49,68,112); }
td.TdClassName
{
border-color: #314470;
}
.TagClassName
{
border-color: #314470;
}
</style>