Shades of Resolution Blue #31416F
Tints of Resolution Blue #31416F
RGB
CMYK
RGB Variations
Color information
#31416F (or 0x31416F) is known color: Resolution Blue. HEX triplet: 31, 41 and 6F. RGB value is (49,65,111). Sum of RGB (Red+Green+Blue) = 49+65+111=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #31416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31416F is #CEBE90. Grayscale: #414141. Windows color (decimal): -13549201 or 7291185. OLE color: 7291185.
HSL color Cylindrical-coordinate representation of color #31416F: hue angle of 224.52º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31416F is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 65 | 111 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.56 |
| HSL | 224.52º | 0.39% | 0.31% | - |
| HSV(B) | 224.52º | 0.56% | 0.44% | - |
| XYZ | 6.03 | 5.58 | 15.8 | - |
| YUV | 65.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 111 | 0.56 | 0.41 | 0 | 0.56 | 224.52 | 0.39 | 0.31 |
| Hex | 31 | 41 | 6F | 38 | 29 | 0 | 38 | E1 | 27 | 1F |
| Octal | 61 | 101 | 157 | 70 | 51 | 0 | 70 | 341 | 47 | 37 |
| Binary | 110001 | 1000001 | 1101111 | 111000 | 101001 | 0 | 111000 | 11100001 | 100111 | 11111 |
Color Harmonies of #31416F
Complementary color
Monochromatic Colors of #31416F
Black with #31416F
Text Example
Text Example
White with #31416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31416F; }
p { color: rgb(49,65,111); }
H1.HeaderClassName
{
color: #31416F;
}
.AnyTagClassName
{
color: #31416F;
}
</style>
background-color css
<style>
a { background-color: #31416F; }
a { background-color: rgb(49,65,111); }
div.DivClassName
{
background-color: #31416F;
}
.BgClassName
{
background-color: #31416F;
}
</style>
border-color css
<style>
span { border-color: #31416F; }
span { border-color: rgb(49,65,111); }
td.TdClassName
{
border-color: #31416F;
}
.TagClassName
{
border-color: #31416F;
}
</style>