Shades of Resolution Blue #294270
Tints of Resolution Blue #294270
RGB
CMYK
RGB Variations
Color information
#294270 (or 0x294270) is known color: Resolution Blue. HEX triplet: 29, 42 and 70. RGB value is (41,66,112). Sum of RGB (Red+Green+Blue) = 41+66+112=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #294270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294270 is #D6BD8F. Grayscale: #3F3F3F. Windows color (decimal): -14073232 or 7356969. OLE color: 7356969.
HSL color Cylindrical-coordinate representation of color #294270: hue angle of 218.87º 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 #294270 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 66 | 112 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.56 |
| HSL | 218.87º | 0.46% | 0.3% | - |
| HSV(B) | 218.87º | 0.63% | 0.44% | - |
| XYZ | 5.79 | 5.54 | 16.09 | - |
| YUV | 63.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 112 | 0.63 | 0.41 | 0 | 0.56 | 218.87 | 0.46 | 0.3 |
| Hex | 29 | 42 | 70 | 3F | 29 | 0 | 38 | DB | 2E | 1E |
| Octal | 51 | 102 | 160 | 77 | 51 | 0 | 70 | 333 | 56 | 36 |
| Binary | 101001 | 1000010 | 1110000 | 111111 | 101001 | 0 | 111000 | 11011011 | 101110 | 11110 |
Color Harmonies of #294270
Complementary color
Monochromatic Colors of #294270
Black with #294270
Text Example
Text Example
White with #294270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294270; }
p { color: rgb(41,66,112); }
H1.HeaderClassName
{
color: #294270;
}
.AnyTagClassName
{
color: #294270;
}
</style>
background-color css
<style>
a { background-color: #294270; }
a { background-color: rgb(41,66,112); }
div.DivClassName
{
background-color: #294270;
}
.BgClassName
{
background-color: #294270;
}
</style>
border-color css
<style>
span { border-color: #294270; }
span { border-color: rgb(41,66,112); }
td.TdClassName
{
border-color: #294270;
}
.TagClassName
{
border-color: #294270;
}
</style>