Shades of Resolution Blue #294079
Tints of Resolution Blue #294079
RGB
CMYK
RGB Variations
Color information
#294079 (or 0x294079) is known color: Resolution Blue. HEX triplet: 29, 40 and 79. RGB value is (41,64,121). Sum of RGB (Red+Green+Blue) = 41+64+121=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #294079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294079 is #D6BF86. Grayscale: #3F3F3F. Windows color (decimal): -14073735 or 7946281. OLE color: 7946281.
HSL color Cylindrical-coordinate representation of color #294079: hue angle of 222.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294079 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 64 | 121 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.53 |
| HSL | 222.75º | 0.49% | 0.32% | - |
| HSV(B) | 222.75º | 0.66% | 0.47% | - |
| XYZ | 6.2 | 5.52 | 18.83 | - |
| YUV | 63.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 121 | 0.66 | 0.47 | 0 | 0.53 | 222.75 | 0.49 | 0.32 |
| Hex | 29 | 40 | 79 | 42 | 2F | 0 | 35 | DF | 31 | 20 |
| Octal | 51 | 100 | 171 | 102 | 57 | 0 | 65 | 337 | 61 | 40 |
| Binary | 101001 | 1000000 | 1111001 | 1000010 | 101111 | 0 | 110101 | 11011111 | 110001 | 100000 |
Color Harmonies of #294079
Complementary color
Monochromatic Colors of #294079
Black with #294079
Text Example
Text Example
White with #294079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294079; }
p { color: rgb(41,64,121); }
H1.HeaderClassName
{
color: #294079;
}
.AnyTagClassName
{
color: #294079;
}
</style>
background-color css
<style>
a { background-color: #294079; }
a { background-color: rgb(41,64,121); }
div.DivClassName
{
background-color: #294079;
}
.BgClassName
{
background-color: #294079;
}
</style>
border-color css
<style>
span { border-color: #294079; }
span { border-color: rgb(41,64,121); }
td.TdClassName
{
border-color: #294079;
}
.TagClassName
{
border-color: #294079;
}
</style>