Shades of Resolution Blue #293889
Tints of Resolution Blue #293889
RGB
CMYK
RGB Variations
Color information
#293889 (or 0x293889) is known color: Resolution Blue. HEX triplet: 29, 38 and 89. RGB value is (41,56,137). Sum of RGB (Red+Green+Blue) = 41+56+137=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #293889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293889 is #D6C776. Grayscale: #3C3C3C. Windows color (decimal): -14075767 or 8992809. OLE color: 8992809.
HSL color Cylindrical-coordinate representation of color #293889: hue angle of 230.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293889 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 56 | 137 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.46 |
| HSL | 230.63º | 0.54% | 0.35% | - |
| HSV(B) | 230.63º | 0.7% | 0.54% | - |
| XYZ | 6.84 | 5.11 | 24.29 | - |
| YUV | 60.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 137 | 0.70 | 0.59 | 0 | 0.46 | 230.63 | 0.54 | 0.35 |
| Hex | 29 | 38 | 89 | 46 | 3B | 0 | 2E | E7 | 36 | 23 |
| Octal | 51 | 70 | 211 | 106 | 73 | 0 | 56 | 347 | 66 | 43 |
| Binary | 101001 | 111000 | 10001001 | 1000110 | 111011 | 0 | 101110 | 11100111 | 110110 | 100011 |
Color Harmonies of #293889
Complementary color
Monochromatic Colors of #293889
Black with #293889
Text Example
Text Example
White with #293889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293889; }
p { color: rgb(41,56,137); }
H1.HeaderClassName
{
color: #293889;
}
.AnyTagClassName
{
color: #293889;
}
</style>
background-color css
<style>
a { background-color: #293889; }
a { background-color: rgb(41,56,137); }
div.DivClassName
{
background-color: #293889;
}
.BgClassName
{
background-color: #293889;
}
</style>
border-color css
<style>
span { border-color: #293889; }
span { border-color: rgb(41,56,137); }
td.TdClassName
{
border-color: #293889;
}
.TagClassName
{
border-color: #293889;
}
</style>