Shades of Resolution Blue #31426C
Tints of Resolution Blue #31426C
RGB
CMYK
RGB Variations
Color information
#31426C (or 0x31426C) is known color: Resolution Blue. HEX triplet: 31, 42 and 6C. RGB value is (49,66,108). Sum of RGB (Red+Green+Blue) = 49+66+108=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #31426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31426C is #CEBD93. Grayscale: #414141. Windows color (decimal): -13548948 or 7094833. OLE color: 7094833.
HSL color Cylindrical-coordinate representation of color #31426C: hue angle of 222.71º 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 #31426C is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 66 | 108 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.58 |
| HSL | 222.71º | 0.38% | 0.31% | - |
| HSV(B) | 222.71º | 0.55% | 0.42% | - |
| XYZ | 5.92 | 5.63 | 14.96 | - |
| YUV | 65.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 108 | 0.55 | 0.39 | 0 | 0.58 | 222.71 | 0.38 | 0.31 |
| Hex | 31 | 42 | 6C | 37 | 27 | 0 | 3A | DF | 26 | 1F |
| Octal | 61 | 102 | 154 | 67 | 47 | 0 | 72 | 337 | 46 | 37 |
| Binary | 110001 | 1000010 | 1101100 | 110111 | 100111 | 0 | 111010 | 11011111 | 100110 | 11111 |
Color Harmonies of #31426C
Complementary color
Monochromatic Colors of #31426C
Black with #31426C
Text Example
Text Example
White with #31426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31426C; }
p { color: rgb(49,66,108); }
H1.HeaderClassName
{
color: #31426C;
}
.AnyTagClassName
{
color: #31426C;
}
</style>
background-color css
<style>
a { background-color: #31426C; }
a { background-color: rgb(49,66,108); }
div.DivClassName
{
background-color: #31426C;
}
.BgClassName
{
background-color: #31426C;
}
</style>
border-color css
<style>
span { border-color: #31426C; }
span { border-color: rgb(49,66,108); }
td.TdClassName
{
border-color: #31426C;
}
.TagClassName
{
border-color: #31426C;
}
</style>