Shades of Resolution Blue #293581
Tints of Resolution Blue #293581
RGB
CMYK
RGB Variations
Color information
#293581 (or 0x293581) is known color: Resolution Blue. HEX triplet: 29, 35 and 81. RGB value is (41,53,129). Sum of RGB (Red+Green+Blue) = 41+53+129=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #293581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293581 is #D6CA7E. Grayscale: #393939. Windows color (decimal): -14076543 or 8467753. OLE color: 8467753.
HSL color Cylindrical-coordinate representation of color #293581: hue angle of 231.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293581 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 53 | 129 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.49 |
| HSL | 231.82º | 0.52% | 0.33% | - |
| HSV(B) | 231.82º | 0.68% | 0.51% | - |
| XYZ | 6.15 | 4.6 | 21.33 | - |
| YUV | 58.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 129 | 0.68 | 0.59 | 0 | 0.49 | 231.82 | 0.52 | 0.33 |
| Hex | 29 | 35 | 81 | 44 | 3B | 0 | 31 | E8 | 34 | 21 |
| Octal | 51 | 65 | 201 | 104 | 73 | 0 | 61 | 350 | 64 | 41 |
| Binary | 101001 | 110101 | 10000001 | 1000100 | 111011 | 0 | 110001 | 11101000 | 110100 | 100001 |
Color Harmonies of #293581
Complementary color
Monochromatic Colors of #293581
Black with #293581
Text Example
Text Example
White with #293581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293581; }
p { color: rgb(41,53,129); }
H1.HeaderClassName
{
color: #293581;
}
.AnyTagClassName
{
color: #293581;
}
</style>
background-color css
<style>
a { background-color: #293581; }
a { background-color: rgb(41,53,129); }
div.DivClassName
{
background-color: #293581;
}
.BgClassName
{
background-color: #293581;
}
</style>
border-color css
<style>
span { border-color: #293581; }
span { border-color: rgb(41,53,129); }
td.TdClassName
{
border-color: #293581;
}
.TagClassName
{
border-color: #293581;
}
</style>