Shades of Resolution Blue #293F72
Tints of Resolution Blue #293F72
RGB
CMYK
RGB Variations
Color information
#293F72 (or 0x293F72) is known color: Resolution Blue. HEX triplet: 29, 3F and 72. RGB value is (41,63,114). Sum of RGB (Red+Green+Blue) = 41+63+114=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #293F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F72 is #D6C08D. Grayscale: #3E3E3E. Windows color (decimal): -14073998 or 7487273. OLE color: 7487273.
HSL color Cylindrical-coordinate representation of color #293F72: hue angle of 221.92º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293F72 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 63 | 114 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.55 |
| HSL | 221.92º | 0.47% | 0.3% | - |
| HSV(B) | 221.92º | 0.64% | 0.45% | - |
| XYZ | 5.73 | 5.24 | 16.63 | - |
| YUV | 62.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 114 | 0.64 | 0.45 | 0 | 0.55 | 221.92 | 0.47 | 0.3 |
| Hex | 29 | 3F | 72 | 40 | 2D | 0 | 37 | DE | 2F | 1E |
| Octal | 51 | 77 | 162 | 100 | 55 | 0 | 67 | 336 | 57 | 36 |
| Binary | 101001 | 111111 | 1110010 | 1000000 | 101101 | 0 | 110111 | 11011110 | 101111 | 11110 |
Color Harmonies of #293F72
Complementary color
Monochromatic Colors of #293F72
Black with #293F72
Text Example
Text Example
White with #293F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F72; }
p { color: rgb(41,63,114); }
H1.HeaderClassName
{
color: #293F72;
}
.AnyTagClassName
{
color: #293F72;
}
</style>
background-color css
<style>
a { background-color: #293F72; }
a { background-color: rgb(41,63,114); }
div.DivClassName
{
background-color: #293F72;
}
.BgClassName
{
background-color: #293F72;
}
</style>
border-color css
<style>
span { border-color: #293F72; }
span { border-color: rgb(41,63,114); }
td.TdClassName
{
border-color: #293F72;
}
.TagClassName
{
border-color: #293F72;
}
</style>