Shades of Resolution Blue #31437D
Tints of Resolution Blue #31437D
RGB
CMYK
RGB Variations
Color information
#31437D (or 0x31437D) is known color: Resolution Blue. HEX triplet: 31, 43 and 7D. RGB value is (49,67,125). Sum of RGB (Red+Green+Blue) = 49+67+125=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #31437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31437D is #CEBC82. Grayscale: #434343. Windows color (decimal): -13548675 or 8209201. OLE color: 8209201.
HSL color Cylindrical-coordinate representation of color #31437D: hue angle of 225.79º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31437D is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 67 | 125 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.51 |
| HSL | 225.79º | 0.44% | 0.34% | - |
| HSV(B) | 225.79º | 0.61% | 0.49% | - |
| XYZ | 6.98 | 6.15 | 20.22 | - |
| YUV | 68.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 125 | 0.61 | 0.46 | 0 | 0.51 | 225.79 | 0.44 | 0.34 |
| Hex | 31 | 43 | 7D | 3D | 2E | 0 | 33 | E2 | 2C | 22 |
| Octal | 61 | 103 | 175 | 75 | 56 | 0 | 63 | 342 | 54 | 42 |
| Binary | 110001 | 1000011 | 1111101 | 111101 | 101110 | 0 | 110011 | 11100010 | 101100 | 100010 |
Color Harmonies of #31437D
Complementary color
Monochromatic Colors of #31437D
Black with #31437D
Text Example
Text Example
White with #31437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31437D; }
p { color: rgb(49,67,125); }
H1.HeaderClassName
{
color: #31437D;
}
.AnyTagClassName
{
color: #31437D;
}
</style>
background-color css
<style>
a { background-color: #31437D; }
a { background-color: rgb(49,67,125); }
div.DivClassName
{
background-color: #31437D;
}
.BgClassName
{
background-color: #31437D;
}
</style>
border-color css
<style>
span { border-color: #31437D; }
span { border-color: rgb(49,67,125); }
td.TdClassName
{
border-color: #31437D;
}
.TagClassName
{
border-color: #31437D;
}
</style>