Shades of Resolution Blue #31426F
Tints of Resolution Blue #31426F
RGB
CMYK
RGB Variations
Color information
#31426F (or 0x31426F) is known color: Resolution Blue. HEX triplet: 31, 42 and 6F. RGB value is (49,66,111). Sum of RGB (Red+Green+Blue) = 49+66+111=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #31426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31426F is #CEBD90. Grayscale: #414141. Windows color (decimal): -13548945 or 7291441. OLE color: 7291441.
HSL color Cylindrical-coordinate representation of color #31426F: hue angle of 223.55º 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 #31426F is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 66 | 111 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.56 |
| HSL | 223.55º | 0.39% | 0.31% | - |
| HSV(B) | 223.55º | 0.56% | 0.44% | - |
| XYZ | 6.08 | 5.7 | 15.82 | - |
| YUV | 66.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 111 | 0.56 | 0.41 | 0 | 0.56 | 223.55 | 0.39 | 0.31 |
| Hex | 31 | 42 | 6F | 38 | 29 | 0 | 38 | E0 | 27 | 1F |
| Octal | 61 | 102 | 157 | 70 | 51 | 0 | 70 | 340 | 47 | 37 |
| Binary | 110001 | 1000010 | 1101111 | 111000 | 101001 | 0 | 111000 | 11100000 | 100111 | 11111 |
Color Harmonies of #31426F
Complementary color
Monochromatic Colors of #31426F
Black with #31426F
Text Example
Text Example
White with #31426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31426F; }
p { color: rgb(49,66,111); }
H1.HeaderClassName
{
color: #31426F;
}
.AnyTagClassName
{
color: #31426F;
}
</style>
background-color css
<style>
a { background-color: #31426F; }
a { background-color: rgb(49,66,111); }
div.DivClassName
{
background-color: #31426F;
}
.BgClassName
{
background-color: #31426F;
}
</style>
border-color css
<style>
span { border-color: #31426F; }
span { border-color: rgb(49,66,111); }
td.TdClassName
{
border-color: #31426F;
}
.TagClassName
{
border-color: #31426F;
}
</style>