Shades of Resolution Blue #293772
Tints of Resolution Blue #293772
RGB
CMYK
RGB Variations
Color information
#293772 (or 0x293772) is known color: Resolution Blue. HEX triplet: 29, 37 and 72. RGB value is (41,55,114). Sum of RGB (Red+Green+Blue) = 41+55+114=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #293772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293772 is #D6C88D. Grayscale: #393939. Windows color (decimal): -14076046 or 7485225. OLE color: 7485225.
HSL color Cylindrical-coordinate representation of color #293772: hue angle of 228.49º 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 #293772 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 55 | 114 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.55 |
| HSL | 228.49º | 0.47% | 0.3% | - |
| HSV(B) | 228.49º | 0.64% | 0.45% | - |
| XYZ | 5.32 | 4.42 | 16.49 | - |
| YUV | 57.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 114 | 0.64 | 0.52 | 0 | 0.55 | 228.49 | 0.47 | 0.3 |
| Hex | 29 | 37 | 72 | 40 | 34 | 0 | 37 | E4 | 2F | 1E |
| Octal | 51 | 67 | 162 | 100 | 64 | 0 | 67 | 344 | 57 | 36 |
| Binary | 101001 | 110111 | 1110010 | 1000000 | 110100 | 0 | 110111 | 11100100 | 101111 | 11110 |
Color Harmonies of #293772
Complementary color
Monochromatic Colors of #293772
Black with #293772
Text Example
Text Example
White with #293772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293772; }
p { color: rgb(41,55,114); }
H1.HeaderClassName
{
color: #293772;
}
.AnyTagClassName
{
color: #293772;
}
</style>
background-color css
<style>
a { background-color: #293772; }
a { background-color: rgb(41,55,114); }
div.DivClassName
{
background-color: #293772;
}
.BgClassName
{
background-color: #293772;
}
</style>
border-color css
<style>
span { border-color: #293772; }
span { border-color: rgb(41,55,114); }
td.TdClassName
{
border-color: #293772;
}
.TagClassName
{
border-color: #293772;
}
</style>