Shades of Resolution Blue #314074
Tints of Resolution Blue #314074
RGB
CMYK
RGB Variations
Color information
#314074 (or 0x314074) is known color: Resolution Blue. HEX triplet: 31, 40 and 74. RGB value is (49,64,116). Sum of RGB (Red+Green+Blue) = 49+64+116=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #314074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314074 is #CEBF8B. Grayscale: #414141. Windows color (decimal): -13549452 or 7618609. OLE color: 7618609.
HSL color Cylindrical-coordinate representation of color #314074: hue angle of 226.57º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314074 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 64 | 116 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.55 |
| HSL | 226.57º | 0.41% | 0.32% | - |
| HSV(B) | 226.57º | 0.58% | 0.45% | - |
| XYZ | 6.25 | 5.58 | 17.27 | - |
| YUV | 65.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 116 | 0.58 | 0.45 | 0 | 0.55 | 226.57 | 0.41 | 0.32 |
| Hex | 31 | 40 | 74 | 3A | 2D | 0 | 37 | E3 | 29 | 20 |
| Octal | 61 | 100 | 164 | 72 | 55 | 0 | 67 | 343 | 51 | 40 |
| Binary | 110001 | 1000000 | 1110100 | 111010 | 101101 | 0 | 110111 | 11100011 | 101001 | 100000 |
Color Harmonies of #314074
Complementary color
Monochromatic Colors of #314074
Black with #314074
Text Example
Text Example
White with #314074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314074; }
p { color: rgb(49,64,116); }
H1.HeaderClassName
{
color: #314074;
}
.AnyTagClassName
{
color: #314074;
}
</style>
background-color css
<style>
a { background-color: #314074; }
a { background-color: rgb(49,64,116); }
div.DivClassName
{
background-color: #314074;
}
.BgClassName
{
background-color: #314074;
}
</style>
border-color css
<style>
span { border-color: #314074; }
span { border-color: rgb(49,64,116); }
td.TdClassName
{
border-color: #314074;
}
.TagClassName
{
border-color: #314074;
}
</style>