Shades of Resolution Blue #293D85
Tints of Resolution Blue #293D85
RGB
CMYK
RGB Variations
Color information
#293D85 (or 0x293D85) is known color: Resolution Blue. HEX triplet: 29, 3D and 85. RGB value is (41,61,133). Sum of RGB (Red+Green+Blue) = 41+61+133=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #293D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D85 is #D6C27A. Grayscale: #3E3E3E. Windows color (decimal): -14074491 or 8731945. OLE color: 8731945.
HSL color Cylindrical-coordinate representation of color #293D85: hue angle of 226.96º 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 #293D85 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 61 | 133 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.48 |
| HSL | 226.96º | 0.53% | 0.34% | - |
| HSV(B) | 226.96º | 0.69% | 0.52% | - |
| XYZ | 6.82 | 5.5 | 22.89 | - |
| YUV | 63.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 133 | 0.69 | 0.54 | 0 | 0.48 | 226.96 | 0.53 | 0.34 |
| Hex | 29 | 3D | 85 | 45 | 36 | 0 | 30 | E3 | 35 | 22 |
| Octal | 51 | 75 | 205 | 105 | 66 | 0 | 60 | 343 | 65 | 42 |
| Binary | 101001 | 111101 | 10000101 | 1000101 | 110110 | 0 | 110000 | 11100011 | 110101 | 100010 |
Color Harmonies of #293D85
Complementary color
Monochromatic Colors of #293D85
Black with #293D85
Text Example
Text Example
White with #293D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D85; }
p { color: rgb(41,61,133); }
H1.HeaderClassName
{
color: #293D85;
}
.AnyTagClassName
{
color: #293D85;
}
</style>
background-color css
<style>
a { background-color: #293D85; }
a { background-color: rgb(41,61,133); }
div.DivClassName
{
background-color: #293D85;
}
.BgClassName
{
background-color: #293D85;
}
</style>
border-color css
<style>
span { border-color: #293D85; }
span { border-color: rgb(41,61,133); }
td.TdClassName
{
border-color: #293D85;
}
.TagClassName
{
border-color: #293D85;
}
</style>