Shades of Resolution Blue #31406C
Tints of Resolution Blue #31406C
RGB
CMYK
RGB Variations
Color information
#31406C (or 0x31406C) is known color: Resolution Blue. HEX triplet: 31, 40 and 6C. RGB value is (49,64,108). Sum of RGB (Red+Green+Blue) = 49+64+108=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #31406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31406C is #CEBF93. Grayscale: #404040. Windows color (decimal): -13549460 or 7094321. OLE color: 7094321.
HSL color Cylindrical-coordinate representation of color #31406C: hue angle of 224.75º 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 #31406C is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 64 | 108 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.58 |
| HSL | 224.75º | 0.38% | 0.31% | - |
| HSV(B) | 224.75º | 0.55% | 0.42% | - |
| XYZ | 5.81 | 5.4 | 14.92 | - |
| YUV | 64.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 108 | 0.55 | 0.41 | 0 | 0.58 | 224.75 | 0.38 | 0.31 |
| Hex | 31 | 40 | 6C | 37 | 29 | 0 | 3A | E1 | 26 | 1F |
| Octal | 61 | 100 | 154 | 67 | 51 | 0 | 72 | 341 | 46 | 37 |
| Binary | 110001 | 1000000 | 1101100 | 110111 | 101001 | 0 | 111010 | 11100001 | 100110 | 11111 |
Color Harmonies of #31406C
Complementary color
Monochromatic Colors of #31406C
Black with #31406C
Text Example
Text Example
White with #31406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31406C; }
p { color: rgb(49,64,108); }
H1.HeaderClassName
{
color: #31406C;
}
.AnyTagClassName
{
color: #31406C;
}
</style>
background-color css
<style>
a { background-color: #31406C; }
a { background-color: rgb(49,64,108); }
div.DivClassName
{
background-color: #31406C;
}
.BgClassName
{
background-color: #31406C;
}
</style>
border-color css
<style>
span { border-color: #31406C; }
span { border-color: rgb(49,64,108); }
td.TdClassName
{
border-color: #31406C;
}
.TagClassName
{
border-color: #31406C;
}
</style>