Shades of Resolution Blue #293970
Tints of Resolution Blue #293970
RGB
CMYK
RGB Variations
Color information
#293970 (or 0x293970) is known color: Resolution Blue. HEX triplet: 29, 39 and 70. RGB value is (41,57,112). Sum of RGB (Red+Green+Blue) = 41+57+112=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #293970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293970 is #D6C68F. Grayscale: #3A3A3A. Windows color (decimal): -14075536 or 7354665. OLE color: 7354665.
HSL color Cylindrical-coordinate representation of color #293970: hue angle of 226.48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293970 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 57 | 112 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.56 |
| HSL | 226.48º | 0.46% | 0.3% | - |
| HSV(B) | 226.48º | 0.63% | 0.44% | - |
| XYZ | 5.3 | 4.57 | 15.93 | - |
| YUV | 58.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 112 | 0.63 | 0.49 | 0 | 0.56 | 226.48 | 0.46 | 0.3 |
| Hex | 29 | 39 | 70 | 3F | 31 | 0 | 38 | E2 | 2E | 1E |
| Octal | 51 | 71 | 160 | 77 | 61 | 0 | 70 | 342 | 56 | 36 |
| Binary | 101001 | 111001 | 1110000 | 111111 | 110001 | 0 | 111000 | 11100010 | 101110 | 11110 |
Color Harmonies of #293970
Complementary color
Monochromatic Colors of #293970
Black with #293970
Text Example
Text Example
White with #293970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293970; }
p { color: rgb(41,57,112); }
H1.HeaderClassName
{
color: #293970;
}
.AnyTagClassName
{
color: #293970;
}
</style>
background-color css
<style>
a { background-color: #293970; }
a { background-color: rgb(41,57,112); }
div.DivClassName
{
background-color: #293970;
}
.BgClassName
{
background-color: #293970;
}
</style>
border-color css
<style>
span { border-color: #293970; }
span { border-color: rgb(41,57,112); }
td.TdClassName
{
border-color: #293970;
}
.TagClassName
{
border-color: #293970;
}
</style>