Shades of Resolution Blue #293D84
Tints of Resolution Blue #293D84
RGB
CMYK
RGB Variations
Color information
#293D84 (or 0x293D84) is known color: Resolution Blue. HEX triplet: 29, 3D and 84. RGB value is (41,61,132). Sum of RGB (Red+Green+Blue) = 41+61+132=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #293D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D84 is #D6C27B. Grayscale: #3E3E3E. Windows color (decimal): -14074492 or 8666409. OLE color: 8666409.
HSL color Cylindrical-coordinate representation of color #293D84: hue angle of 226.81º 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 #293D84 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 61 | 132 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.48 |
| HSL | 226.81º | 0.53% | 0.34% | - |
| HSV(B) | 226.81º | 0.69% | 0.52% | - |
| XYZ | 6.75 | 5.47 | 22.53 | - |
| YUV | 63.11 | 166.87 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 132 | 0.69 | 0.54 | 0 | 0.48 | 226.81 | 0.53 | 0.34 |
| Hex | 29 | 3D | 84 | 45 | 36 | 0 | 30 | E3 | 35 | 22 |
| Octal | 51 | 75 | 204 | 105 | 66 | 0 | 60 | 343 | 65 | 42 |
| Binary | 101001 | 111101 | 10000100 | 1000101 | 110110 | 0 | 110000 | 11100011 | 110101 | 100010 |
Color Harmonies of #293D84
Complementary color
Monochromatic Colors of #293D84
Black with #293D84
Text Example
Text Example
White with #293D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D84; }
p { color: rgb(41,61,132); }
H1.HeaderClassName
{
color: #293D84;
}
.AnyTagClassName
{
color: #293D84;
}
</style>
background-color css
<style>
a { background-color: #293D84; }
a { background-color: rgb(41,61,132); }
div.DivClassName
{
background-color: #293D84;
}
.BgClassName
{
background-color: #293D84;
}
</style>
border-color css
<style>
span { border-color: #293D84; }
span { border-color: rgb(41,61,132); }
td.TdClassName
{
border-color: #293D84;
}
.TagClassName
{
border-color: #293D84;
}
</style>