Shades of Resolution Blue #314578
Tints of Resolution Blue #314578
RGB
CMYK
RGB Variations
Color information
#314578 (or 0x314578) is known color: Resolution Blue. HEX triplet: 31, 45 and 78. RGB value is (49,69,120). Sum of RGB (Red+Green+Blue) = 49+69+120=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #314578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314578 is #CEBA87. Grayscale: #444444. Windows color (decimal): -13548168 or 7882033. OLE color: 7882033.
HSL color Cylindrical-coordinate representation of color #314578: hue angle of 223.1º 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 #314578 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 69 | 120 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.53 |
| HSL | 223.1º | 0.42% | 0.33% | - |
| HSV(B) | 223.1º | 0.59% | 0.47% | - |
| XYZ | 6.78 | 6.27 | 18.62 | - |
| YUV | 68.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 120 | 0.59 | 0.42 | 0 | 0.53 | 223.1 | 0.42 | 0.33 |
| Hex | 31 | 45 | 78 | 3B | 2A | 0 | 35 | DF | 2A | 21 |
| Octal | 61 | 105 | 170 | 73 | 52 | 0 | 65 | 337 | 52 | 41 |
| Binary | 110001 | 1000101 | 1111000 | 111011 | 101010 | 0 | 110101 | 11011111 | 101010 | 100001 |
Color Harmonies of #314578
Complementary color
Monochromatic Colors of #314578
Black with #314578
Text Example
Text Example
White with #314578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314578; }
p { color: rgb(49,69,120); }
H1.HeaderClassName
{
color: #314578;
}
.AnyTagClassName
{
color: #314578;
}
</style>
background-color css
<style>
a { background-color: #314578; }
a { background-color: rgb(49,69,120); }
div.DivClassName
{
background-color: #314578;
}
.BgClassName
{
background-color: #314578;
}
</style>
border-color css
<style>
span { border-color: #314578; }
span { border-color: rgb(49,69,120); }
td.TdClassName
{
border-color: #314578;
}
.TagClassName
{
border-color: #314578;
}
</style>