Shades of Resolution Blue #293C89
Tints of Resolution Blue #293C89
RGB
CMYK
RGB Variations
Color information
#293C89 (or 0x293C89) is known color: Resolution Blue. HEX triplet: 29, 3C and 89. RGB value is (41,60,137). Sum of RGB (Red+Green+Blue) = 41+60+137=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #293C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C89 is #D6C376. Grayscale: #3E3E3E. Windows color (decimal): -14074743 or 8993833. OLE color: 8993833.
HSL color Cylindrical-coordinate representation of color #293C89: hue angle of 228.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293C89 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 60 | 137 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.46 |
| HSL | 228.13º | 0.54% | 0.35% | - |
| HSV(B) | 228.13º | 0.7% | 0.54% | - |
| XYZ | 7.05 | 5.51 | 24.36 | - |
| YUV | 63.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 137 | 0.70 | 0.56 | 0 | 0.46 | 228.13 | 0.54 | 0.35 |
| Hex | 29 | 3C | 89 | 46 | 38 | 0 | 2E | E4 | 36 | 23 |
| Octal | 51 | 74 | 211 | 106 | 70 | 0 | 56 | 344 | 66 | 43 |
| Binary | 101001 | 111100 | 10001001 | 1000110 | 111000 | 0 | 101110 | 11100100 | 110110 | 100011 |
Color Harmonies of #293C89
Complementary color
Monochromatic Colors of #293C89
Black with #293C89
Text Example
Text Example
White with #293C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C89; }
p { color: rgb(41,60,137); }
H1.HeaderClassName
{
color: #293C89;
}
.AnyTagClassName
{
color: #293C89;
}
</style>
background-color css
<style>
a { background-color: #293C89; }
a { background-color: rgb(41,60,137); }
div.DivClassName
{
background-color: #293C89;
}
.BgClassName
{
background-color: #293C89;
}
</style>
border-color css
<style>
span { border-color: #293C89; }
span { border-color: rgb(41,60,137); }
td.TdClassName
{
border-color: #293C89;
}
.TagClassName
{
border-color: #293C89;
}
</style>