Shades of Resolution Blue #314476
Tints of Resolution Blue #314476
RGB
CMYK
RGB Variations
Color information
#314476 (or 0x314476) is known color: Resolution Blue. HEX triplet: 31, 44 and 76. RGB value is (49,68,118). Sum of RGB (Red+Green+Blue) = 49+68+118=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #314476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314476 is #CEBB89. Grayscale: #434343. Windows color (decimal): -13548426 or 7750705. OLE color: 7750705.
HSL color Cylindrical-coordinate representation of color #314476: hue angle of 223.48º 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 #314476 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 68 | 118 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.54 |
| HSL | 223.48º | 0.41% | 0.33% | - |
| HSV(B) | 223.48º | 0.58% | 0.46% | - |
| XYZ | 6.6 | 6.1 | 17.97 | - |
| YUV | 68.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 118 | 0.58 | 0.42 | 0 | 0.54 | 223.48 | 0.41 | 0.33 |
| Hex | 31 | 44 | 76 | 3A | 2A | 0 | 36 | DF | 29 | 21 |
| Octal | 61 | 104 | 166 | 72 | 52 | 0 | 66 | 337 | 51 | 41 |
| Binary | 110001 | 1000100 | 1110110 | 111010 | 101010 | 0 | 110110 | 11011111 | 101001 | 100001 |
Color Harmonies of #314476
Complementary color
Monochromatic Colors of #314476
Black with #314476
Text Example
Text Example
White with #314476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314476; }
p { color: rgb(49,68,118); }
H1.HeaderClassName
{
color: #314476;
}
.AnyTagClassName
{
color: #314476;
}
</style>
background-color css
<style>
a { background-color: #314476; }
a { background-color: rgb(49,68,118); }
div.DivClassName
{
background-color: #314476;
}
.BgClassName
{
background-color: #314476;
}
</style>
border-color css
<style>
span { border-color: #314476; }
span { border-color: rgb(49,68,118); }
td.TdClassName
{
border-color: #314476;
}
.TagClassName
{
border-color: #314476;
}
</style>