Shades of Resolution Blue #293C70
Tints of Resolution Blue #293C70
RGB
CMYK
RGB Variations
Color information
#293C70 (or 0x293C70) is known color: Resolution Blue. HEX triplet: 29, 3C and 70. RGB value is (41,60,112). Sum of RGB (Red+Green+Blue) = 41+60+112=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #293C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C70 is #D6C38F. Grayscale: #3C3C3C. Windows color (decimal): -14074768 or 7355433. OLE color: 7355433.
HSL color Cylindrical-coordinate representation of color #293C70: hue angle of 223.94º 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 #293C70 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 60 | 112 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.56 |
| HSL | 223.94º | 0.46% | 0.3% | - |
| HSV(B) | 223.94º | 0.63% | 0.44% | - |
| XYZ | 5.45 | 4.87 | 15.98 | - |
| YUV | 60.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 112 | 0.63 | 0.46 | 0 | 0.56 | 223.94 | 0.46 | 0.3 |
| Hex | 29 | 3C | 70 | 3F | 2E | 0 | 38 | E0 | 2E | 1E |
| Octal | 51 | 74 | 160 | 77 | 56 | 0 | 70 | 340 | 56 | 36 |
| Binary | 101001 | 111100 | 1110000 | 111111 | 101110 | 0 | 111000 | 11100000 | 101110 | 11110 |
Color Harmonies of #293C70
Complementary color
Monochromatic Colors of #293C70
Black with #293C70
Text Example
Text Example
White with #293C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C70; }
p { color: rgb(41,60,112); }
H1.HeaderClassName
{
color: #293C70;
}
.AnyTagClassName
{
color: #293C70;
}
</style>
background-color css
<style>
a { background-color: #293C70; }
a { background-color: rgb(41,60,112); }
div.DivClassName
{
background-color: #293C70;
}
.BgClassName
{
background-color: #293C70;
}
</style>
border-color css
<style>
span { border-color: #293C70; }
span { border-color: rgb(41,60,112); }
td.TdClassName
{
border-color: #293C70;
}
.TagClassName
{
border-color: #293C70;
}
</style>