Shades of Resolution Blue #293D70
Tints of Resolution Blue #293D70
RGB
CMYK
RGB Variations
Color information
#293D70 (or 0x293D70) is known color: Resolution Blue. HEX triplet: 29, 3D and 70. RGB value is (41,61,112). Sum of RGB (Red+Green+Blue) = 41+61+112=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #293D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D70 is #D6C28F. Grayscale: #3C3C3C. Windows color (decimal): -14074512 or 7355689. OLE color: 7355689.
HSL color Cylindrical-coordinate representation of color #293D70: hue angle of 223.1º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293D70 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 61 | 112 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.56 |
| HSL | 223.1º | 0.46% | 0.3% | - |
| HSV(B) | 223.1º | 0.63% | 0.44% | - |
| XYZ | 5.51 | 4.98 | 16 | - |
| YUV | 60.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 112 | 0.63 | 0.46 | 0 | 0.56 | 223.1 | 0.46 | 0.3 |
| Hex | 29 | 3D | 70 | 3F | 2E | 0 | 38 | DF | 2E | 1E |
| Octal | 51 | 75 | 160 | 77 | 56 | 0 | 70 | 337 | 56 | 36 |
| Binary | 101001 | 111101 | 1110000 | 111111 | 101110 | 0 | 111000 | 11011111 | 101110 | 11110 |
Color Harmonies of #293D70
Complementary color
Monochromatic Colors of #293D70
Black with #293D70
Text Example
Text Example
White with #293D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D70; }
p { color: rgb(41,61,112); }
H1.HeaderClassName
{
color: #293D70;
}
.AnyTagClassName
{
color: #293D70;
}
</style>
background-color css
<style>
a { background-color: #293D70; }
a { background-color: rgb(41,61,112); }
div.DivClassName
{
background-color: #293D70;
}
.BgClassName
{
background-color: #293D70;
}
</style>
border-color css
<style>
span { border-color: #293D70; }
span { border-color: rgb(41,61,112); }
td.TdClassName
{
border-color: #293D70;
}
.TagClassName
{
border-color: #293D70;
}
</style>