Shades of Resolution Blue #293E73
Tints of Resolution Blue #293E73
RGB
CMYK
RGB Variations
Color information
#293E73 (or 0x293E73) is known color: Resolution Blue. HEX triplet: 29, 3E and 73. RGB value is (41,62,115). Sum of RGB (Red+Green+Blue) = 41+62+115=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #293E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E73 is #D6C18C. Grayscale: #3D3D3D. Windows color (decimal): -14074253 or 7552553. OLE color: 7552553.
HSL color Cylindrical-coordinate representation of color #293E73: hue angle of 222.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293E73 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 62 | 115 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.55 |
| HSL | 222.97º | 0.47% | 0.31% | - |
| HSV(B) | 222.97º | 0.64% | 0.45% | - |
| XYZ | 5.73 | 5.15 | 16.91 | - |
| YUV | 61.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 115 | 0.64 | 0.46 | 0 | 0.55 | 222.97 | 0.47 | 0.31 |
| Hex | 29 | 3E | 73 | 40 | 2E | 0 | 37 | DF | 2F | 1F |
| Octal | 51 | 76 | 163 | 100 | 56 | 0 | 67 | 337 | 57 | 37 |
| Binary | 101001 | 111110 | 1110011 | 1000000 | 101110 | 0 | 110111 | 11011111 | 101111 | 11111 |
Color Harmonies of #293E73
Complementary color
Monochromatic Colors of #293E73
Black with #293E73
Text Example
Text Example
White with #293E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E73; }
p { color: rgb(41,62,115); }
H1.HeaderClassName
{
color: #293E73;
}
.AnyTagClassName
{
color: #293E73;
}
</style>
background-color css
<style>
a { background-color: #293E73; }
a { background-color: rgb(41,62,115); }
div.DivClassName
{
background-color: #293E73;
}
.BgClassName
{
background-color: #293E73;
}
</style>
border-color css
<style>
span { border-color: #293E73; }
span { border-color: rgb(41,62,115); }
td.TdClassName
{
border-color: #293E73;
}
.TagClassName
{
border-color: #293E73;
}
</style>