Shades of Resolution Blue #293872
Tints of Resolution Blue #293872
RGB
CMYK
RGB Variations
Color information
#293872 (or 0x293872) is known color: Resolution Blue. HEX triplet: 29, 38 and 72. RGB value is (41,56,114). Sum of RGB (Red+Green+Blue) = 41+56+114=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #293872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293872 is #D6C78D. Grayscale: #393939. Windows color (decimal): -14075790 or 7485481. OLE color: 7485481.
HSL color Cylindrical-coordinate representation of color #293872: hue angle of 227.67º 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 #293872 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 56 | 114 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.55 |
| HSL | 227.67º | 0.47% | 0.3% | - |
| HSV(B) | 227.67º | 0.64% | 0.45% | - |
| XYZ | 5.37 | 4.51 | 16.51 | - |
| YUV | 58.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 114 | 0.64 | 0.51 | 0 | 0.55 | 227.67 | 0.47 | 0.3 |
| Hex | 29 | 38 | 72 | 40 | 33 | 0 | 37 | E4 | 2F | 1E |
| Octal | 51 | 70 | 162 | 100 | 63 | 0 | 67 | 344 | 57 | 36 |
| Binary | 101001 | 111000 | 1110010 | 1000000 | 110011 | 0 | 110111 | 11100100 | 101111 | 11110 |
Color Harmonies of #293872
Complementary color
Monochromatic Colors of #293872
Black with #293872
Text Example
Text Example
White with #293872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293872; }
p { color: rgb(41,56,114); }
H1.HeaderClassName
{
color: #293872;
}
.AnyTagClassName
{
color: #293872;
}
</style>
background-color css
<style>
a { background-color: #293872; }
a { background-color: rgb(41,56,114); }
div.DivClassName
{
background-color: #293872;
}
.BgClassName
{
background-color: #293872;
}
</style>
border-color css
<style>
span { border-color: #293872; }
span { border-color: rgb(41,56,114); }
td.TdClassName
{
border-color: #293872;
}
.TagClassName
{
border-color: #293872;
}
</style>