Shades of Resolution Blue #293D88
Tints of Resolution Blue #293D88
RGB
CMYK
RGB Variations
Color information
#293D88 (or 0x293D88) is known color: Resolution Blue. HEX triplet: 29, 3D and 88. RGB value is (41,61,136). Sum of RGB (Red+Green+Blue) = 41+61+136=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #293D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D88 is #D6C277. Grayscale: #3F3F3F. Windows color (decimal): -14074488 or 8928553. OLE color: 8928553.
HSL color Cylindrical-coordinate representation of color #293D88: hue angle of 227.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293D88 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 61 | 136 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.47 |
| HSL | 227.37º | 0.54% | 0.35% | - |
| HSV(B) | 227.37º | 0.7% | 0.53% | - |
| XYZ | 7.03 | 5.59 | 24 | - |
| YUV | 63.57 | 168.87 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 136 | 0.70 | 0.55 | 0 | 0.47 | 227.37 | 0.54 | 0.35 |
| Hex | 29 | 3D | 88 | 46 | 37 | 0 | 2F | E3 | 36 | 23 |
| Octal | 51 | 75 | 210 | 106 | 67 | 0 | 57 | 343 | 66 | 43 |
| Binary | 101001 | 111101 | 10001000 | 1000110 | 110111 | 0 | 101111 | 11100011 | 110110 | 100011 |
Color Harmonies of #293D88
Complementary color
Monochromatic Colors of #293D88
Black with #293D88
Text Example
Text Example
White with #293D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D88; }
p { color: rgb(41,61,136); }
H1.HeaderClassName
{
color: #293D88;
}
.AnyTagClassName
{
color: #293D88;
}
</style>
background-color css
<style>
a { background-color: #293D88; }
a { background-color: rgb(41,61,136); }
div.DivClassName
{
background-color: #293D88;
}
.BgClassName
{
background-color: #293D88;
}
</style>
border-color css
<style>
span { border-color: #293D88; }
span { border-color: rgb(41,61,136); }
td.TdClassName
{
border-color: #293D88;
}
.TagClassName
{
border-color: #293D88;
}
</style>