Shades of Resolution Blue #294177
Tints of Resolution Blue #294177
RGB
CMYK
RGB Variations
Color information
#294177 (or 0x294177) is known color: Resolution Blue. HEX triplet: 29, 41 and 77. RGB value is (41,65,119). Sum of RGB (Red+Green+Blue) = 41+65+119=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #294177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294177 is #D6BE88. Grayscale: #3F3F3F. Windows color (decimal): -14073481 or 7815465. OLE color: 7815465.
HSL color Cylindrical-coordinate representation of color #294177: hue angle of 221.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294177 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 65 | 119 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.53 |
| HSL | 221.54º | 0.49% | 0.31% | - |
| HSV(B) | 221.54º | 0.66% | 0.47% | - |
| XYZ | 6.13 | 5.58 | 18.21 | - |
| YUV | 63.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 119 | 0.66 | 0.45 | 0 | 0.53 | 221.54 | 0.49 | 0.31 |
| Hex | 29 | 41 | 77 | 42 | 2D | 0 | 35 | DE | 31 | 1F |
| Octal | 51 | 101 | 167 | 102 | 55 | 0 | 65 | 336 | 61 | 37 |
| Binary | 101001 | 1000001 | 1110111 | 1000010 | 101101 | 0 | 110101 | 11011110 | 110001 | 11111 |
Color Harmonies of #294177
Complementary color
Monochromatic Colors of #294177
Black with #294177
Text Example
Text Example
White with #294177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294177; }
p { color: rgb(41,65,119); }
H1.HeaderClassName
{
color: #294177;
}
.AnyTagClassName
{
color: #294177;
}
</style>
background-color css
<style>
a { background-color: #294177; }
a { background-color: rgb(41,65,119); }
div.DivClassName
{
background-color: #294177;
}
.BgClassName
{
background-color: #294177;
}
</style>
border-color css
<style>
span { border-color: #294177; }
span { border-color: rgb(41,65,119); }
td.TdClassName
{
border-color: #294177;
}
.TagClassName
{
border-color: #294177;
}
</style>