Shades of Resolution Blue #294574
Tints of Resolution Blue #294574
RGB
CMYK
RGB Variations
Color information
#294574 (or 0x294574) is known color: Resolution Blue. HEX triplet: 29, 45 and 74. RGB value is (41,69,116). Sum of RGB (Red+Green+Blue) = 41+69+116=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #294574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294574 is #D6BA8B. Grayscale: #414141. Windows color (decimal): -14072460 or 7619881. OLE color: 7619881.
HSL color Cylindrical-coordinate representation of color #294574: hue angle of 217.6º 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 #294574 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 69 | 116 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.55 |
| HSL | 217.6º | 0.48% | 0.31% | - |
| HSV(B) | 217.6º | 0.65% | 0.45% | - |
| XYZ | 6.19 | 5.99 | 17.35 | - |
| YUV | 65.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 116 | 0.65 | 0.41 | 0 | 0.55 | 217.6 | 0.48 | 0.31 |
| Hex | 29 | 45 | 74 | 41 | 29 | 0 | 37 | DA | 30 | 1F |
| Octal | 51 | 105 | 164 | 101 | 51 | 0 | 67 | 332 | 60 | 37 |
| Binary | 101001 | 1000101 | 1110100 | 1000001 | 101001 | 0 | 110111 | 11011010 | 110000 | 11111 |
Color Harmonies of #294574
Complementary color
Monochromatic Colors of #294574
Black with #294574
Text Example
Text Example
White with #294574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294574; }
p { color: rgb(41,69,116); }
H1.HeaderClassName
{
color: #294574;
}
.AnyTagClassName
{
color: #294574;
}
</style>
background-color css
<style>
a { background-color: #294574; }
a { background-color: rgb(41,69,116); }
div.DivClassName
{
background-color: #294574;
}
.BgClassName
{
background-color: #294574;
}
</style>
border-color css
<style>
span { border-color: #294574; }
span { border-color: rgb(41,69,116); }
td.TdClassName
{
border-color: #294574;
}
.TagClassName
{
border-color: #294574;
}
</style>