Shades of Resolution Blue #293A84
Tints of Resolution Blue #293A84
RGB
CMYK
RGB Variations
Color information
#293A84 (or 0x293A84) is known color: Resolution Blue. HEX triplet: 29, 3A and 84. RGB value is (41,58,132). Sum of RGB (Red+Green+Blue) = 41+58+132=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #293A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A84 is #D6C57B. Grayscale: #3D3D3D. Windows color (decimal): -14075260 or 8665641. OLE color: 8665641.
HSL color Cylindrical-coordinate representation of color #293A84: hue angle of 228.79º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293A84 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 58 | 132 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.48 |
| HSL | 228.79º | 0.53% | 0.34% | - |
| HSV(B) | 228.79º | 0.69% | 0.52% | - |
| XYZ | 6.59 | 5.16 | 22.48 | - |
| YUV | 61.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 132 | 0.69 | 0.56 | 0 | 0.48 | 228.79 | 0.53 | 0.34 |
| Hex | 29 | 3A | 84 | 45 | 38 | 0 | 30 | E5 | 35 | 22 |
| Octal | 51 | 72 | 204 | 105 | 70 | 0 | 60 | 345 | 65 | 42 |
| Binary | 101001 | 111010 | 10000100 | 1000101 | 111000 | 0 | 110000 | 11100101 | 110101 | 100010 |
Color Harmonies of #293A84
Complementary color
Monochromatic Colors of #293A84
Black with #293A84
Text Example
Text Example
White with #293A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A84; }
p { color: rgb(41,58,132); }
H1.HeaderClassName
{
color: #293A84;
}
.AnyTagClassName
{
color: #293A84;
}
</style>
background-color css
<style>
a { background-color: #293A84; }
a { background-color: rgb(41,58,132); }
div.DivClassName
{
background-color: #293A84;
}
.BgClassName
{
background-color: #293A84;
}
</style>
border-color css
<style>
span { border-color: #293A84; }
span { border-color: rgb(41,58,132); }
td.TdClassName
{
border-color: #293A84;
}
.TagClassName
{
border-color: #293A84;
}
</style>