Shades of Resolution Blue #293790
Tints of Resolution Blue #293790
RGB
CMYK
RGB Variations
Color information
#293790 (or 0x293790) is known color: Resolution Blue. HEX triplet: 29, 37 and 90. RGB value is (41,55,144). Sum of RGB (Red+Green+Blue) = 41+55+144=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #293790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293790 is #D6C86F. Grayscale: #3C3C3C. Windows color (decimal): -14076016 or 9451305. OLE color: 9451305.
HSL color Cylindrical-coordinate representation of color #293790: hue angle of 231.84º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293790 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 55 | 144 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.44 |
| HSL | 231.84º | 0.56% | 0.36% | - |
| HSV(B) | 231.84º | 0.72% | 0.56% | - |
| XYZ | 7.31 | 5.22 | 27.01 | - |
| YUV | 60.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 144 | 0.72 | 0.62 | 0 | 0.44 | 231.84 | 0.56 | 0.36 |
| Hex | 29 | 37 | 90 | 48 | 3E | 0 | 2C | E8 | 38 | 24 |
| Octal | 51 | 67 | 220 | 110 | 76 | 0 | 54 | 350 | 70 | 44 |
| Binary | 101001 | 110111 | 10010000 | 1001000 | 111110 | 0 | 101100 | 11101000 | 111000 | 100100 |
Color Harmonies of #293790
Complementary color
Monochromatic Colors of #293790
Black with #293790
Text Example
Text Example
White with #293790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293790; }
p { color: rgb(41,55,144); }
H1.HeaderClassName
{
color: #293790;
}
.AnyTagClassName
{
color: #293790;
}
</style>
background-color css
<style>
a { background-color: #293790; }
a { background-color: rgb(41,55,144); }
div.DivClassName
{
background-color: #293790;
}
.BgClassName
{
background-color: #293790;
}
</style>
border-color css
<style>
span { border-color: #293790; }
span { border-color: rgb(41,55,144); }
td.TdClassName
{
border-color: #293790;
}
.TagClassName
{
border-color: #293790;
}
</style>