Shades of Resolution Blue #314379
Tints of Resolution Blue #314379
RGB
CMYK
RGB Variations
Color information
#314379 (or 0x314379) is known color: Resolution Blue. HEX triplet: 31, 43 and 79. RGB value is (49,67,121). Sum of RGB (Red+Green+Blue) = 49+67+121=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #314379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314379 is #CEBC86. Grayscale: #434343. Windows color (decimal): -13548679 or 7947057. OLE color: 7947057.
HSL color Cylindrical-coordinate representation of color #314379: hue angle of 225º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314379 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 67 | 121 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.53 |
| HSL | 225º | 0.42% | 0.33% | - |
| HSV(B) | 225º | 0.6% | 0.47% | - |
| XYZ | 6.72 | 6.05 | 18.9 | - |
| YUV | 67.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 121 | 0.60 | 0.45 | 0 | 0.53 | 225 | 0.42 | 0.33 |
| Hex | 31 | 43 | 79 | 3C | 2D | 0 | 35 | E1 | 2A | 21 |
| Octal | 61 | 103 | 171 | 74 | 55 | 0 | 65 | 341 | 52 | 41 |
| Binary | 110001 | 1000011 | 1111001 | 111100 | 101101 | 0 | 110101 | 11100001 | 101010 | 100001 |
Color Harmonies of #314379
Complementary color
Monochromatic Colors of #314379
Black with #314379
Text Example
Text Example
White with #314379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314379; }
p { color: rgb(49,67,121); }
H1.HeaderClassName
{
color: #314379;
}
.AnyTagClassName
{
color: #314379;
}
</style>
background-color css
<style>
a { background-color: #314379; }
a { background-color: rgb(49,67,121); }
div.DivClassName
{
background-color: #314379;
}
.BgClassName
{
background-color: #314379;
}
</style>
border-color css
<style>
span { border-color: #314379; }
span { border-color: rgb(49,67,121); }
td.TdClassName
{
border-color: #314379;
}
.TagClassName
{
border-color: #314379;
}
</style>