Shades of Resolution Blue #293F71
Tints of Resolution Blue #293F71
RGB
CMYK
RGB Variations
Color information
#293F71 (or 0x293F71) is known color: Resolution Blue. HEX triplet: 29, 3F and 71. RGB value is (41,63,113). Sum of RGB (Red+Green+Blue) = 41+63+113=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #293F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F71 is #D6C08E. Grayscale: #3D3D3D. Windows color (decimal): -14073999 or 7421737. OLE color: 7421737.
HSL color Cylindrical-coordinate representation of color #293F71: hue angle of 221.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293F71 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 63 | 113 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.56 |
| HSL | 221.67º | 0.47% | 0.3% | - |
| HSV(B) | 221.67º | 0.64% | 0.44% | - |
| XYZ | 5.67 | 5.22 | 16.33 | - |
| YUV | 62.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 113 | 0.64 | 0.44 | 0 | 0.56 | 221.67 | 0.47 | 0.3 |
| Hex | 29 | 3F | 71 | 40 | 2C | 0 | 38 | DE | 2F | 1E |
| Octal | 51 | 77 | 161 | 100 | 54 | 0 | 70 | 336 | 57 | 36 |
| Binary | 101001 | 111111 | 1110001 | 1000000 | 101100 | 0 | 111000 | 11011110 | 101111 | 11110 |
Color Harmonies of #293F71
Complementary color
Monochromatic Colors of #293F71
Black with #293F71
Text Example
Text Example
White with #293F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F71; }
p { color: rgb(41,63,113); }
H1.HeaderClassName
{
color: #293F71;
}
.AnyTagClassName
{
color: #293F71;
}
</style>
background-color css
<style>
a { background-color: #293F71; }
a { background-color: rgb(41,63,113); }
div.DivClassName
{
background-color: #293F71;
}
.BgClassName
{
background-color: #293F71;
}
</style>
border-color css
<style>
span { border-color: #293F71; }
span { border-color: rgb(41,63,113); }
td.TdClassName
{
border-color: #293F71;
}
.TagClassName
{
border-color: #293F71;
}
</style>