Shades of Resolution Blue #293E7C
Tints of Resolution Blue #293E7C
RGB
CMYK
RGB Variations
Color information
#293E7C (or 0x293E7C) is known color: Resolution Blue. HEX triplet: 29, 3E and 7C. RGB value is (41,62,124). Sum of RGB (Red+Green+Blue) = 41+62+124=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #293E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E7C is #D6C183. Grayscale: #3E3E3E. Windows color (decimal): -14074244 or 8142377. OLE color: 8142377.
HSL color Cylindrical-coordinate representation of color #293E7C: hue angle of 224.82º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #293E7C is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 62 | 124 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.51 |
| HSL | 224.82º | 0.5% | 0.32% | - |
| HSV(B) | 224.82º | 0.67% | 0.49% | - |
| XYZ | 6.28 | 5.37 | 19.77 | - |
| YUV | 62.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 124 | 0.67 | 0.5 | 0 | 0.51 | 224.82 | 0.5 | 0.32 |
| Hex | 29 | 3E | 7C | 43 | 32 | 0 | 33 | E1 | 32 | 20 |
| Octal | 51 | 76 | 174 | 103 | 62 | 0 | 63 | 341 | 62 | 40 |
| Binary | 101001 | 111110 | 1111100 | 1000011 | 110010 | 0 | 110011 | 11100001 | 110010 | 100000 |
Color Harmonies of #293E7C
Complementary color
Monochromatic Colors of #293E7C
Black with #293E7C
Text Example
Text Example
White with #293E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E7C; }
p { color: rgb(41,62,124); }
H1.HeaderClassName
{
color: #293E7C;
}
.AnyTagClassName
{
color: #293E7C;
}
</style>
background-color css
<style>
a { background-color: #293E7C; }
a { background-color: rgb(41,62,124); }
div.DivClassName
{
background-color: #293E7C;
}
.BgClassName
{
background-color: #293E7C;
}
</style>
border-color css
<style>
span { border-color: #293E7C; }
span { border-color: rgb(41,62,124); }
td.TdClassName
{
border-color: #293E7C;
}
.TagClassName
{
border-color: #293E7C;
}
</style>