Shades of Resolution Blue #293880
Tints of Resolution Blue #293880
RGB
CMYK
RGB Variations
Color information
#293880 (or 0x293880) is known color: Resolution Blue. HEX triplet: 29, 38 and 80. RGB value is (41,56,128). Sum of RGB (Red+Green+Blue) = 41+56+128=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #293880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293880 is #D6C77F. Grayscale: #3B3B3B. Windows color (decimal): -14075776 or 8402985. OLE color: 8402985.
HSL color Cylindrical-coordinate representation of color #293880: hue angle of 229.66º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293880 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 56 | 128 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.50 |
| HSL | 229.66º | 0.51% | 0.33% | - |
| HSV(B) | 229.66º | 0.68% | 0.5% | - |
| XYZ | 6.22 | 4.86 | 21.03 | - |
| YUV | 59.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 128 | 0.68 | 0.56 | 0 | 0.50 | 229.66 | 0.51 | 0.33 |
| Hex | 29 | 38 | 80 | 44 | 38 | 0 | 32 | E6 | 33 | 21 |
| Octal | 51 | 70 | 200 | 104 | 70 | 0 | 62 | 346 | 63 | 41 |
| Binary | 101001 | 111000 | 10000000 | 1000100 | 111000 | 0 | 110010 | 11100110 | 110011 | 100001 |
Color Harmonies of #293880
Complementary color
Monochromatic Colors of #293880
Black with #293880
Text Example
Text Example
White with #293880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293880; }
p { color: rgb(41,56,128); }
H1.HeaderClassName
{
color: #293880;
}
.AnyTagClassName
{
color: #293880;
}
</style>
background-color css
<style>
a { background-color: #293880; }
a { background-color: rgb(41,56,128); }
div.DivClassName
{
background-color: #293880;
}
.BgClassName
{
background-color: #293880;
}
</style>
border-color css
<style>
span { border-color: #293880; }
span { border-color: rgb(41,56,128); }
td.TdClassName
{
border-color: #293880;
}
.TagClassName
{
border-color: #293880;
}
</style>