Shades of Resolution Blue #293B84
Tints of Resolution Blue #293B84
RGB
CMYK
RGB Variations
Color information
#293B84 (or 0x293B84) is known color: Resolution Blue. HEX triplet: 29, 3B and 84. RGB value is (41,59,132). Sum of RGB (Red+Green+Blue) = 41+59+132=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #293B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B84 is #D6C47B. Grayscale: #3D3D3D. Windows color (decimal): -14075004 or 8665897. OLE color: 8665897.
HSL color Cylindrical-coordinate representation of color #293B84: hue angle of 228.13º 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 #293B84 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 59 | 132 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.48 |
| HSL | 228.13º | 0.53% | 0.34% | - |
| HSV(B) | 228.13º | 0.69% | 0.52% | - |
| XYZ | 6.64 | 5.27 | 22.5 | - |
| YUV | 61.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 132 | 0.69 | 0.55 | 0 | 0.48 | 228.13 | 0.53 | 0.34 |
| Hex | 29 | 3B | 84 | 45 | 37 | 0 | 30 | E4 | 35 | 22 |
| Octal | 51 | 73 | 204 | 105 | 67 | 0 | 60 | 344 | 65 | 42 |
| Binary | 101001 | 111011 | 10000100 | 1000101 | 110111 | 0 | 110000 | 11100100 | 110101 | 100010 |
Color Harmonies of #293B84
Complementary color
Monochromatic Colors of #293B84
Black with #293B84
Text Example
Text Example
White with #293B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B84; }
p { color: rgb(41,59,132); }
H1.HeaderClassName
{
color: #293B84;
}
.AnyTagClassName
{
color: #293B84;
}
</style>
background-color css
<style>
a { background-color: #293B84; }
a { background-color: rgb(41,59,132); }
div.DivClassName
{
background-color: #293B84;
}
.BgClassName
{
background-color: #293B84;
}
</style>
border-color css
<style>
span { border-color: #293B84; }
span { border-color: rgb(41,59,132); }
td.TdClassName
{
border-color: #293B84;
}
.TagClassName
{
border-color: #293B84;
}
</style>