Shades of Resolution Blue #314084
Tints of Resolution Blue #314084
RGB
CMYK
RGB Variations
Color information
#314084 (or 0x314084) is known color: Resolution Blue. HEX triplet: 31, 40 and 84. RGB value is (49,64,132). Sum of RGB (Red+Green+Blue) = 49+64+132=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #314084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314084 is #CEBF7B. Grayscale: #424242. Windows color (decimal): -13549436 or 8667185. OLE color: 8667185.
HSL color Cylindrical-coordinate representation of color #314084: hue angle of 229.16º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314084 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 64 | 132 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.48 |
| HSL | 229.16º | 0.46% | 0.35% | - |
| HSV(B) | 229.16º | 0.63% | 0.52% | - |
| XYZ | 7.26 | 5.99 | 22.6 | - |
| YUV | 67.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 132 | 0.63 | 0.52 | 0 | 0.48 | 229.16 | 0.46 | 0.35 |
| Hex | 31 | 40 | 84 | 3F | 34 | 0 | 30 | E5 | 2E | 23 |
| Octal | 61 | 100 | 204 | 77 | 64 | 0 | 60 | 345 | 56 | 43 |
| Binary | 110001 | 1000000 | 10000100 | 111111 | 110100 | 0 | 110000 | 11100101 | 101110 | 100011 |
Color Harmonies of #314084
Complementary color
Monochromatic Colors of #314084
Black with #314084
Text Example
Text Example
White with #314084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314084; }
p { color: rgb(49,64,132); }
H1.HeaderClassName
{
color: #314084;
}
.AnyTagClassName
{
color: #314084;
}
</style>
background-color css
<style>
a { background-color: #314084; }
a { background-color: rgb(49,64,132); }
div.DivClassName
{
background-color: #314084;
}
.BgClassName
{
background-color: #314084;
}
</style>
border-color css
<style>
span { border-color: #314084; }
span { border-color: rgb(49,64,132); }
td.TdClassName
{
border-color: #314084;
}
.TagClassName
{
border-color: #314084;
}
</style>