Shades of Resolution Blue #314381
Tints of Resolution Blue #314381
RGB
CMYK
RGB Variations
Color information
#314381 (or 0x314381) is known color: Resolution Blue. HEX triplet: 31, 43 and 81. RGB value is (49,67,129). Sum of RGB (Red+Green+Blue) = 49+67+129=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #314381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314381 is #CEBC7E. Grayscale: #444444. Windows color (decimal): -13548671 or 8471345. OLE color: 8471345.
HSL color Cylindrical-coordinate representation of color #314381: hue angle of 226.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314381 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 67 | 129 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.49 |
| HSL | 226.5º | 0.45% | 0.35% | - |
| HSV(B) | 226.5º | 0.62% | 0.51% | - |
| XYZ | 7.24 | 6.25 | 21.59 | - |
| YUV | 68.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 129 | 0.62 | 0.48 | 0 | 0.49 | 226.5 | 0.45 | 0.35 |
| Hex | 31 | 43 | 81 | 3E | 30 | 0 | 31 | E2 | 2D | 23 |
| Octal | 61 | 103 | 201 | 76 | 60 | 0 | 61 | 342 | 55 | 43 |
| Binary | 110001 | 1000011 | 10000001 | 111110 | 110000 | 0 | 110001 | 11100010 | 101101 | 100011 |
Color Harmonies of #314381
Complementary color
Monochromatic Colors of #314381
Black with #314381
Text Example
Text Example
White with #314381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314381; }
p { color: rgb(49,67,129); }
H1.HeaderClassName
{
color: #314381;
}
.AnyTagClassName
{
color: #314381;
}
</style>
background-color css
<style>
a { background-color: #314381; }
a { background-color: rgb(49,67,129); }
div.DivClassName
{
background-color: #314381;
}
.BgClassName
{
background-color: #314381;
}
</style>
border-color css
<style>
span { border-color: #314381; }
span { border-color: rgb(49,67,129); }
td.TdClassName
{
border-color: #314381;
}
.TagClassName
{
border-color: #314381;
}
</style>