Shades of Resolution Blue #293A8D
Tints of Resolution Blue #293A8D
RGB
CMYK
RGB Variations
Color information
#293A8D (or 0x293A8D) is known color: Resolution Blue. HEX triplet: 29, 3A and 8D. RGB value is (41,58,141). Sum of RGB (Red+Green+Blue) = 41+58+141=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #293A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A8D is #D6C572. Grayscale: #3E3E3E. Windows color (decimal): -14075251 or 9255465. OLE color: 9255465.
HSL color Cylindrical-coordinate representation of color #293A8D: hue angle of 229.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293A8D is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 58 | 141 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.45 |
| HSL | 229.8º | 0.55% | 0.36% | - |
| HSV(B) | 229.8º | 0.71% | 0.55% | - |
| XYZ | 7.24 | 5.42 | 25.86 | - |
| YUV | 62.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 141 | 0.71 | 0.59 | 0 | 0.45 | 229.8 | 0.55 | 0.36 |
| Hex | 29 | 3A | 8D | 47 | 3B | 0 | 2D | E6 | 37 | 24 |
| Octal | 51 | 72 | 215 | 107 | 73 | 0 | 55 | 346 | 67 | 44 |
| Binary | 101001 | 111010 | 10001101 | 1000111 | 111011 | 0 | 101101 | 11100110 | 110111 | 100100 |
Color Harmonies of #293A8D
Complementary color
Monochromatic Colors of #293A8D
Black with #293A8D
Text Example
Text Example
White with #293A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A8D; }
p { color: rgb(41,58,141); }
H1.HeaderClassName
{
color: #293A8D;
}
.AnyTagClassName
{
color: #293A8D;
}
</style>
background-color css
<style>
a { background-color: #293A8D; }
a { background-color: rgb(41,58,141); }
div.DivClassName
{
background-color: #293A8D;
}
.BgClassName
{
background-color: #293A8D;
}
</style>
border-color css
<style>
span { border-color: #293A8D; }
span { border-color: rgb(41,58,141); }
td.TdClassName
{
border-color: #293A8D;
}
.TagClassName
{
border-color: #293A8D;
}
</style>