Shades of Resolution Blue #293F87
Tints of Resolution Blue #293F87
RGB
CMYK
RGB Variations
Color information
#293F87 (or 0x293F87) is known color: Resolution Blue. HEX triplet: 29, 3F and 87. RGB value is (41,63,135). Sum of RGB (Red+Green+Blue) = 41+63+135=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #293F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F87 is #D6C078. Grayscale: #404040. Windows color (decimal): -14073977 or 8863529. OLE color: 8863529.
HSL color Cylindrical-coordinate representation of color #293F87: hue angle of 225.96º degrees, saturation: 0.53, 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 #293F87 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 63 | 135 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.47 |
| HSL | 225.96º | 0.53% | 0.35% | - |
| HSV(B) | 225.96º | 0.7% | 0.53% | - |
| XYZ | 7.07 | 5.78 | 23.66 | - |
| YUV | 64.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 135 | 0.70 | 0.53 | 0 | 0.47 | 225.96 | 0.53 | 0.35 |
| Hex | 29 | 3F | 87 | 46 | 35 | 0 | 2F | E2 | 35 | 23 |
| Octal | 51 | 77 | 207 | 106 | 65 | 0 | 57 | 342 | 65 | 43 |
| Binary | 101001 | 111111 | 10000111 | 1000110 | 110101 | 0 | 101111 | 11100010 | 110101 | 100011 |
Color Harmonies of #293F87
Complementary color
Monochromatic Colors of #293F87
Black with #293F87
Text Example
Text Example
White with #293F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F87; }
p { color: rgb(41,63,135); }
H1.HeaderClassName
{
color: #293F87;
}
.AnyTagClassName
{
color: #293F87;
}
</style>
background-color css
<style>
a { background-color: #293F87; }
a { background-color: rgb(41,63,135); }
div.DivClassName
{
background-color: #293F87;
}
.BgClassName
{
background-color: #293F87;
}
</style>
border-color css
<style>
span { border-color: #293F87; }
span { border-color: rgb(41,63,135); }
td.TdClassName
{
border-color: #293F87;
}
.TagClassName
{
border-color: #293F87;
}
</style>