Shades of Resolution Blue #31407B
Tints of Resolution Blue #31407B
RGB
CMYK
RGB Variations
Color information
#31407B (or 0x31407B) is known color: Resolution Blue. HEX triplet: 31, 40 and 7B. RGB value is (49,64,123). Sum of RGB (Red+Green+Blue) = 49+64+123=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #31407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31407B is #CEBF84. Grayscale: #414141. Windows color (decimal): -13549445 or 8077361. OLE color: 8077361.
HSL color Cylindrical-coordinate representation of color #31407B: hue angle of 227.84º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31407B is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 64 | 123 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.52 |
| HSL | 227.84º | 0.43% | 0.34% | - |
| HSV(B) | 227.84º | 0.6% | 0.48% | - |
| XYZ | 6.68 | 5.75 | 19.5 | - |
| YUV | 66.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 123 | 0.60 | 0.48 | 0 | 0.52 | 227.84 | 0.43 | 0.34 |
| Hex | 31 | 40 | 7B | 3C | 30 | 0 | 34 | E4 | 2B | 22 |
| Octal | 61 | 100 | 173 | 74 | 60 | 0 | 64 | 344 | 53 | 42 |
| Binary | 110001 | 1000000 | 1111011 | 111100 | 110000 | 0 | 110100 | 11100100 | 101011 | 100010 |
Color Harmonies of #31407B
Complementary color
Monochromatic Colors of #31407B
Black with #31407B
Text Example
Text Example
White with #31407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31407B; }
p { color: rgb(49,64,123); }
H1.HeaderClassName
{
color: #31407B;
}
.AnyTagClassName
{
color: #31407B;
}
</style>
background-color css
<style>
a { background-color: #31407B; }
a { background-color: rgb(49,64,123); }
div.DivClassName
{
background-color: #31407B;
}
.BgClassName
{
background-color: #31407B;
}
</style>
border-color css
<style>
span { border-color: #31407B; }
span { border-color: rgb(49,64,123); }
td.TdClassName
{
border-color: #31407B;
}
.TagClassName
{
border-color: #31407B;
}
</style>