Shades of Resolution Blue #314077
Tints of Resolution Blue #314077
RGB
CMYK
RGB Variations
Color information
#314077 (or 0x314077) is known color: Resolution Blue. HEX triplet: 31, 40 and 77. RGB value is (49,64,119). Sum of RGB (Red+Green+Blue) = 49+64+119=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #314077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314077 is #CEBF88. Grayscale: #414141. Windows color (decimal): -13549449 or 7815217. OLE color: 7815217.
HSL color Cylindrical-coordinate representation of color #314077: hue angle of 227.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314077 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 64 | 119 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.53 |
| HSL | 227.14º | 0.42% | 0.33% | - |
| HSV(B) | 227.14º | 0.59% | 0.47% | - |
| XYZ | 6.43 | 5.65 | 18.2 | - |
| YUV | 65.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 119 | 0.59 | 0.46 | 0 | 0.53 | 227.14 | 0.42 | 0.33 |
| Hex | 31 | 40 | 77 | 3B | 2E | 0 | 35 | E3 | 2A | 21 |
| Octal | 61 | 100 | 167 | 73 | 56 | 0 | 65 | 343 | 52 | 41 |
| Binary | 110001 | 1000000 | 1110111 | 111011 | 101110 | 0 | 110101 | 11100011 | 101010 | 100001 |
Color Harmonies of #314077
Complementary color
Monochromatic Colors of #314077
Black with #314077
Text Example
Text Example
White with #314077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314077; }
p { color: rgb(49,64,119); }
H1.HeaderClassName
{
color: #314077;
}
.AnyTagClassName
{
color: #314077;
}
</style>
background-color css
<style>
a { background-color: #314077; }
a { background-color: rgb(49,64,119); }
div.DivClassName
{
background-color: #314077;
}
.BgClassName
{
background-color: #314077;
}
</style>
border-color css
<style>
span { border-color: #314077; }
span { border-color: rgb(49,64,119); }
td.TdClassName
{
border-color: #314077;
}
.TagClassName
{
border-color: #314077;
}
</style>