Shades of Resolution Blue #294670
Tints of Resolution Blue #294670
RGB
CMYK
RGB Variations
Color information
#294670 (or 0x294670) is known color: Resolution Blue. HEX triplet: 29, 46 and 70. RGB value is (41,70,112). Sum of RGB (Red+Green+Blue) = 41+70+112=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #294670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294670 is #D6B98F. Grayscale: #414141. Windows color (decimal): -14072208 or 7357993. OLE color: 7357993.
HSL color Cylindrical-coordinate representation of color #294670: hue angle of 215.49º 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 #294670 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 70 | 112 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.56 |
| HSL | 215.49º | 0.46% | 0.3% | - |
| HSV(B) | 215.49º | 0.63% | 0.44% | - |
| XYZ | 6.03 | 6.02 | 16.17 | - |
| YUV | 66.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 112 | 0.63 | 0.38 | 0 | 0.56 | 215.49 | 0.46 | 0.3 |
| Hex | 29 | 46 | 70 | 3F | 26 | 0 | 38 | D7 | 2E | 1E |
| Octal | 51 | 106 | 160 | 77 | 46 | 0 | 70 | 327 | 56 | 36 |
| Binary | 101001 | 1000110 | 1110000 | 111111 | 100110 | 0 | 111000 | 11010111 | 101110 | 11110 |
Color Harmonies of #294670
Complementary color
Monochromatic Colors of #294670
Black with #294670
Text Example
Text Example
White with #294670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294670; }
p { color: rgb(41,70,112); }
H1.HeaderClassName
{
color: #294670;
}
.AnyTagClassName
{
color: #294670;
}
</style>
background-color css
<style>
a { background-color: #294670; }
a { background-color: rgb(41,70,112); }
div.DivClassName
{
background-color: #294670;
}
.BgClassName
{
background-color: #294670;
}
</style>
border-color css
<style>
span { border-color: #294670; }
span { border-color: rgb(41,70,112); }
td.TdClassName
{
border-color: #294670;
}
.TagClassName
{
border-color: #294670;
}
</style>