Shades of Resolution Blue #294174
Tints of Resolution Blue #294174
RGB
CMYK
RGB Variations
Color information
#294174 (or 0x294174) is known color: Resolution Blue. HEX triplet: 29, 41 and 74. RGB value is (41,65,116). Sum of RGB (Red+Green+Blue) = 41+65+116=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #294174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294174 is #D6BE8B. Grayscale: #3F3F3F. Windows color (decimal): -14073484 or 7618857. OLE color: 7618857.
HSL color Cylindrical-coordinate representation of color #294174: hue angle of 220.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294174 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 65 | 116 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.55 |
| HSL | 220.8º | 0.48% | 0.31% | - |
| HSV(B) | 220.8º | 0.65% | 0.45% | - |
| XYZ | 5.96 | 5.51 | 17.27 | - |
| YUV | 63.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 116 | 0.65 | 0.44 | 0 | 0.55 | 220.8 | 0.48 | 0.31 |
| Hex | 29 | 41 | 74 | 41 | 2C | 0 | 37 | DD | 30 | 1F |
| Octal | 51 | 101 | 164 | 101 | 54 | 0 | 67 | 335 | 60 | 37 |
| Binary | 101001 | 1000001 | 1110100 | 1000001 | 101100 | 0 | 110111 | 11011101 | 110000 | 11111 |
Color Harmonies of #294174
Complementary color
Monochromatic Colors of #294174
Black with #294174
Text Example
Text Example
White with #294174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294174; }
p { color: rgb(41,65,116); }
H1.HeaderClassName
{
color: #294174;
}
.AnyTagClassName
{
color: #294174;
}
</style>
background-color css
<style>
a { background-color: #294174; }
a { background-color: rgb(41,65,116); }
div.DivClassName
{
background-color: #294174;
}
.BgClassName
{
background-color: #294174;
}
</style>
border-color css
<style>
span { border-color: #294174; }
span { border-color: rgb(41,65,116); }
td.TdClassName
{
border-color: #294174;
}
.TagClassName
{
border-color: #294174;
}
</style>