Shades of Resolution Blue #294371
Tints of Resolution Blue #294371
RGB
CMYK
RGB Variations
Color information
#294371 (or 0x294371) is known color: Resolution Blue. HEX triplet: 29, 43 and 71. RGB value is (41,67,113). Sum of RGB (Red+Green+Blue) = 41+67+113=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #294371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294371 is #D6BC8E. Grayscale: #404040. Windows color (decimal): -14072975 or 7422761. OLE color: 7422761.
HSL color Cylindrical-coordinate representation of color #294371: hue angle of 218.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294371 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 67 | 113 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.56 |
| HSL | 218.33º | 0.47% | 0.3% | - |
| HSV(B) | 218.33º | 0.64% | 0.44% | - |
| XYZ | 5.9 | 5.68 | 16.41 | - |
| YUV | 64.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 113 | 0.64 | 0.41 | 0 | 0.56 | 218.33 | 0.47 | 0.3 |
| Hex | 29 | 43 | 71 | 40 | 29 | 0 | 38 | DA | 2F | 1E |
| Octal | 51 | 103 | 161 | 100 | 51 | 0 | 70 | 332 | 57 | 36 |
| Binary | 101001 | 1000011 | 1110001 | 1000000 | 101001 | 0 | 111000 | 11011010 | 101111 | 11110 |
Color Harmonies of #294371
Complementary color
Monochromatic Colors of #294371
Black with #294371
Text Example
Text Example
White with #294371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294371; }
p { color: rgb(41,67,113); }
H1.HeaderClassName
{
color: #294371;
}
.AnyTagClassName
{
color: #294371;
}
</style>
background-color css
<style>
a { background-color: #294371; }
a { background-color: rgb(41,67,113); }
div.DivClassName
{
background-color: #294371;
}
.BgClassName
{
background-color: #294371;
}
</style>
border-color css
<style>
span { border-color: #294371; }
span { border-color: rgb(41,67,113); }
td.TdClassName
{
border-color: #294371;
}
.TagClassName
{
border-color: #294371;
}
</style>