Shades of Resolution Blue #314877
Tints of Resolution Blue #314877
RGB
CMYK
RGB Variations
Color information
#314877 (or 0x314877) is known color: Resolution Blue. HEX triplet: 31, 48 and 77. RGB value is (49,72,119). Sum of RGB (Red+Green+Blue) = 49+72+119=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #314877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314877 is #CEB788. Grayscale: #464646. Windows color (decimal): -13547401 or 7817265. OLE color: 7817265.
HSL color Cylindrical-coordinate representation of color #314877: hue angle of 220.29º 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 #314877 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 72 | 119 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.53 |
| HSL | 220.29º | 0.42% | 0.33% | - |
| HSV(B) | 220.29º | 0.59% | 0.47% | - |
| XYZ | 6.91 | 6.62 | 18.37 | - |
| YUV | 70.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 119 | 0.59 | 0.39 | 0 | 0.53 | 220.29 | 0.42 | 0.33 |
| Hex | 31 | 48 | 77 | 3B | 27 | 0 | 35 | DC | 2A | 21 |
| Octal | 61 | 110 | 167 | 73 | 47 | 0 | 65 | 334 | 52 | 41 |
| Binary | 110001 | 1001000 | 1110111 | 111011 | 100111 | 0 | 110101 | 11011100 | 101010 | 100001 |
Color Harmonies of #314877
Complementary color
Monochromatic Colors of #314877
Black with #314877
Text Example
Text Example
White with #314877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314877; }
p { color: rgb(49,72,119); }
H1.HeaderClassName
{
color: #314877;
}
.AnyTagClassName
{
color: #314877;
}
</style>
background-color css
<style>
a { background-color: #314877; }
a { background-color: rgb(49,72,119); }
div.DivClassName
{
background-color: #314877;
}
.BgClassName
{
background-color: #314877;
}
</style>
border-color css
<style>
span { border-color: #314877; }
span { border-color: rgb(49,72,119); }
td.TdClassName
{
border-color: #314877;
}
.TagClassName
{
border-color: #314877;
}
</style>