Shades of Resolution Blue #294172
Tints of Resolution Blue #294172
RGB
CMYK
RGB Variations
Color information
#294172 (or 0x294172) is known color: Resolution Blue. HEX triplet: 29, 41 and 72. RGB value is (41,65,114). Sum of RGB (Red+Green+Blue) = 41+65+114=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #294172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294172 is #D6BE8D. Grayscale: #3F3F3F. Windows color (decimal): -14073486 or 7487785. OLE color: 7487785.
HSL color Cylindrical-coordinate representation of color #294172: hue angle of 220.27º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294172 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 65 | 114 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.55 |
| HSL | 220.27º | 0.47% | 0.3% | - |
| HSV(B) | 220.27º | 0.64% | 0.45% | - |
| XYZ | 5.84 | 5.47 | 16.67 | - |
| YUV | 63.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 114 | 0.64 | 0.43 | 0 | 0.55 | 220.27 | 0.47 | 0.3 |
| Hex | 29 | 41 | 72 | 40 | 2B | 0 | 37 | DC | 2F | 1E |
| Octal | 51 | 101 | 162 | 100 | 53 | 0 | 67 | 334 | 57 | 36 |
| Binary | 101001 | 1000001 | 1110010 | 1000000 | 101011 | 0 | 110111 | 11011100 | 101111 | 11110 |
Color Harmonies of #294172
Complementary color
Monochromatic Colors of #294172
Black with #294172
Text Example
Text Example
White with #294172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294172; }
p { color: rgb(41,65,114); }
H1.HeaderClassName
{
color: #294172;
}
.AnyTagClassName
{
color: #294172;
}
</style>
background-color css
<style>
a { background-color: #294172; }
a { background-color: rgb(41,65,114); }
div.DivClassName
{
background-color: #294172;
}
.BgClassName
{
background-color: #294172;
}
</style>
border-color css
<style>
span { border-color: #294172; }
span { border-color: rgb(41,65,114); }
td.TdClassName
{
border-color: #294172;
}
.TagClassName
{
border-color: #294172;
}
</style>