Shades of Resolution Blue #31476C
Tints of Resolution Blue #31476C
RGB
CMYK
RGB Variations
Color information
#31476C (or 0x31476C) is known color: Resolution Blue. HEX triplet: 31, 47 and 6C. RGB value is (49,71,108). Sum of RGB (Red+Green+Blue) = 49+71+108=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #31476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476C is #CEB893. Grayscale: #444444. Windows color (decimal): -13547668 or 7096113. OLE color: 7096113.
HSL color Cylindrical-coordinate representation of color #31476C: hue angle of 217.63º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31476C is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 71 | 108 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.58 |
| HSL | 217.63º | 0.38% | 0.31% | - |
| HSV(B) | 217.63º | 0.55% | 0.42% | - |
| XYZ | 6.23 | 6.24 | 15.06 | - |
| YUV | 68.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 108 | 0.55 | 0.34 | 0 | 0.58 | 217.63 | 0.38 | 0.31 |
| Hex | 31 | 47 | 6C | 37 | 22 | 0 | 3A | DA | 26 | 1F |
| Octal | 61 | 107 | 154 | 67 | 42 | 0 | 72 | 332 | 46 | 37 |
| Binary | 110001 | 1000111 | 1101100 | 110111 | 100010 | 0 | 111010 | 11011010 | 100110 | 11111 |
Color Harmonies of #31476C
Complementary color
Monochromatic Colors of #31476C
Black with #31476C
Text Example
Text Example
White with #31476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31476C; }
p { color: rgb(49,71,108); }
H1.HeaderClassName
{
color: #31476C;
}
.AnyTagClassName
{
color: #31476C;
}
</style>
background-color css
<style>
a { background-color: #31476C; }
a { background-color: rgb(49,71,108); }
div.DivClassName
{
background-color: #31476C;
}
.BgClassName
{
background-color: #31476C;
}
</style>
border-color css
<style>
span { border-color: #31476C; }
span { border-color: rgb(49,71,108); }
td.TdClassName
{
border-color: #31476C;
}
.TagClassName
{
border-color: #31476C;
}
</style>