Shades of Resolution Blue #314576
Tints of Resolution Blue #314576
RGB
CMYK
RGB Variations
Color information
#314576 (or 0x314576) is known color: Resolution Blue. HEX triplet: 31, 45 and 76. RGB value is (49,69,118). Sum of RGB (Red+Green+Blue) = 49+69+118=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #314576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314576 is #CEBA89. Grayscale: #444444. Windows color (decimal): -13548170 or 7750961. OLE color: 7750961.
HSL color Cylindrical-coordinate representation of color #314576: hue angle of 222.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314576 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 69 | 118 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.54 |
| HSL | 222.61º | 0.41% | 0.33% | - |
| HSV(B) | 222.61º | 0.58% | 0.46% | - |
| XYZ | 6.66 | 6.22 | 17.99 | - |
| YUV | 68.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 118 | 0.58 | 0.42 | 0 | 0.54 | 222.61 | 0.41 | 0.33 |
| Hex | 31 | 45 | 76 | 3A | 2A | 0 | 36 | DF | 29 | 21 |
| Octal | 61 | 105 | 166 | 72 | 52 | 0 | 66 | 337 | 51 | 41 |
| Binary | 110001 | 1000101 | 1110110 | 111010 | 101010 | 0 | 110110 | 11011111 | 101001 | 100001 |
Color Harmonies of #314576
Complementary color
Monochromatic Colors of #314576
Black with #314576
Text Example
Text Example
White with #314576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314576; }
p { color: rgb(49,69,118); }
H1.HeaderClassName
{
color: #314576;
}
.AnyTagClassName
{
color: #314576;
}
</style>
background-color css
<style>
a { background-color: #314576; }
a { background-color: rgb(49,69,118); }
div.DivClassName
{
background-color: #314576;
}
.BgClassName
{
background-color: #314576;
}
</style>
border-color css
<style>
span { border-color: #314576; }
span { border-color: rgb(49,69,118); }
td.TdClassName
{
border-color: #314576;
}
.TagClassName
{
border-color: #314576;
}
</style>