Shades of Resolution Blue #293582
Tints of Resolution Blue #293582
RGB
CMYK
RGB Variations
Color information
#293582 (or 0x293582) is known color: Resolution Blue. HEX triplet: 29, 35 and 82. RGB value is (41,53,130). Sum of RGB (Red+Green+Blue) = 41+53+130=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #293582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293582 is #D6CA7D. Grayscale: #393939. Windows color (decimal): -14076542 or 8533289. OLE color: 8533289.
HSL color Cylindrical-coordinate representation of color #293582: hue angle of 231.91º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293582 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 53 | 130 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.49 |
| HSL | 231.91º | 0.52% | 0.34% | - |
| HSV(B) | 231.91º | 0.68% | 0.51% | - |
| XYZ | 6.22 | 4.63 | 21.68 | - |
| YUV | 58.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 130 | 0.68 | 0.59 | 0 | 0.49 | 231.91 | 0.52 | 0.34 |
| Hex | 29 | 35 | 82 | 44 | 3B | 0 | 31 | E8 | 34 | 22 |
| Octal | 51 | 65 | 202 | 104 | 73 | 0 | 61 | 350 | 64 | 42 |
| Binary | 101001 | 110101 | 10000010 | 1000100 | 111011 | 0 | 110001 | 11101000 | 110100 | 100010 |
Color Harmonies of #293582
Complementary color
Monochromatic Colors of #293582
Black with #293582
Text Example
Text Example
White with #293582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293582; }
p { color: rgb(41,53,130); }
H1.HeaderClassName
{
color: #293582;
}
.AnyTagClassName
{
color: #293582;
}
</style>
background-color css
<style>
a { background-color: #293582; }
a { background-color: rgb(41,53,130); }
div.DivClassName
{
background-color: #293582;
}
.BgClassName
{
background-color: #293582;
}
</style>
border-color css
<style>
span { border-color: #293582; }
span { border-color: rgb(41,53,130); }
td.TdClassName
{
border-color: #293582;
}
.TagClassName
{
border-color: #293582;
}
</style>