Shades of Resolution Blue #293D71
Tints of Resolution Blue #293D71
RGB
CMYK
RGB Variations
Color information
#293D71 (or 0x293D71) is known color: Resolution Blue. HEX triplet: 29, 3D and 71. RGB value is (41,61,113). Sum of RGB (Red+Green+Blue) = 41+61+113=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #293D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D71 is #D6C28E. Grayscale: #3C3C3C. Windows color (decimal): -14074511 or 7421225. OLE color: 7421225.
HSL color Cylindrical-coordinate representation of color #293D71: hue angle of 223.33º 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 #293D71 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 61 | 113 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.56 |
| HSL | 223.33º | 0.47% | 0.3% | - |
| HSV(B) | 223.33º | 0.64% | 0.44% | - |
| XYZ | 5.56 | 5 | 16.29 | - |
| YUV | 60.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 113 | 0.64 | 0.46 | 0 | 0.56 | 223.33 | 0.47 | 0.3 |
| Hex | 29 | 3D | 71 | 40 | 2E | 0 | 38 | DF | 2F | 1E |
| Octal | 51 | 75 | 161 | 100 | 56 | 0 | 70 | 337 | 57 | 36 |
| Binary | 101001 | 111101 | 1110001 | 1000000 | 101110 | 0 | 111000 | 11011111 | 101111 | 11110 |
Color Harmonies of #293D71
Complementary color
Monochromatic Colors of #293D71
Black with #293D71
Text Example
Text Example
White with #293D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D71; }
p { color: rgb(41,61,113); }
H1.HeaderClassName
{
color: #293D71;
}
.AnyTagClassName
{
color: #293D71;
}
</style>
background-color css
<style>
a { background-color: #293D71; }
a { background-color: rgb(41,61,113); }
div.DivClassName
{
background-color: #293D71;
}
.BgClassName
{
background-color: #293D71;
}
</style>
border-color css
<style>
span { border-color: #293D71; }
span { border-color: rgb(41,61,113); }
td.TdClassName
{
border-color: #293D71;
}
.TagClassName
{
border-color: #293D71;
}
</style>