Shades of Resolution Blue #294181
Tints of Resolution Blue #294181
RGB
CMYK
RGB Variations
Color information
#294181 (or 0x294181) is known color: Resolution Blue. HEX triplet: 29, 41 and 81. RGB value is (41,65,129). Sum of RGB (Red+Green+Blue) = 41+65+129=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #294181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294181 is #D6BE7E. Grayscale: #404040. Windows color (decimal): -14073471 or 8470825. OLE color: 8470825.
HSL color Cylindrical-coordinate representation of color #294181: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294181 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 65 | 129 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.49 |
| HSL | 223.64º | 0.52% | 0.33% | - |
| HSV(B) | 223.64º | 0.68% | 0.51% | - |
| XYZ | 6.77 | 5.84 | 21.54 | - |
| YUV | 65.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 129 | 0.68 | 0.50 | 0 | 0.49 | 223.64 | 0.52 | 0.33 |
| Hex | 29 | 41 | 81 | 44 | 32 | 0 | 31 | E0 | 34 | 21 |
| Octal | 51 | 101 | 201 | 104 | 62 | 0 | 61 | 340 | 64 | 41 |
| Binary | 101001 | 1000001 | 10000001 | 1000100 | 110010 | 0 | 110001 | 11100000 | 110100 | 100001 |
Color Harmonies of #294181
Complementary color
Monochromatic Colors of #294181
Black with #294181
Text Example
Text Example
White with #294181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294181; }
p { color: rgb(41,65,129); }
H1.HeaderClassName
{
color: #294181;
}
.AnyTagClassName
{
color: #294181;
}
</style>
background-color css
<style>
a { background-color: #294181; }
a { background-color: rgb(41,65,129); }
div.DivClassName
{
background-color: #294181;
}
.BgClassName
{
background-color: #294181;
}
</style>
border-color css
<style>
span { border-color: #294181; }
span { border-color: rgb(41,65,129); }
td.TdClassName
{
border-color: #294181;
}
.TagClassName
{
border-color: #294181;
}
</style>