Shades of Resolution Blue #294572
Tints of Resolution Blue #294572
RGB
CMYK
RGB Variations
Color information
#294572 (or 0x294572) is known color: Resolution Blue. HEX triplet: 29, 45 and 72. RGB value is (41,69,114). Sum of RGB (Red+Green+Blue) = 41+69+114=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #294572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294572 is #D6BA8D. Grayscale: #414141. Windows color (decimal): -14072462 or 7488809. OLE color: 7488809.
HSL color Cylindrical-coordinate representation of color #294572: hue angle of 216.99º 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 #294572 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 69 | 114 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.55 |
| HSL | 216.99º | 0.47% | 0.3% | - |
| HSV(B) | 216.99º | 0.64% | 0.45% | - |
| XYZ | 6.08 | 5.94 | 16.75 | - |
| YUV | 65.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 114 | 0.64 | 0.39 | 0 | 0.55 | 216.99 | 0.47 | 0.3 |
| Hex | 29 | 45 | 72 | 40 | 27 | 0 | 37 | D9 | 2F | 1E |
| Octal | 51 | 105 | 162 | 100 | 47 | 0 | 67 | 331 | 57 | 36 |
| Binary | 101001 | 1000101 | 1110010 | 1000000 | 100111 | 0 | 110111 | 11011001 | 101111 | 11110 |
Color Harmonies of #294572
Complementary color
Monochromatic Colors of #294572
Black with #294572
Text Example
Text Example
White with #294572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294572; }
p { color: rgb(41,69,114); }
H1.HeaderClassName
{
color: #294572;
}
.AnyTagClassName
{
color: #294572;
}
</style>
background-color css
<style>
a { background-color: #294572; }
a { background-color: rgb(41,69,114); }
div.DivClassName
{
background-color: #294572;
}
.BgClassName
{
background-color: #294572;
}
</style>
border-color css
<style>
span { border-color: #294572; }
span { border-color: rgb(41,69,114); }
td.TdClassName
{
border-color: #294572;
}
.TagClassName
{
border-color: #294572;
}
</style>