Shades of Resolution Blue #293B81
Tints of Resolution Blue #293B81
RGB
CMYK
RGB Variations
Color information
#293B81 (or 0x293B81) is known color: Resolution Blue. HEX triplet: 29, 3B and 81. RGB value is (41,59,129). Sum of RGB (Red+Green+Blue) = 41+59+129=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #293B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B81 is #D6C47E. Grayscale: #3D3D3D. Windows color (decimal): -14075007 or 8469289. OLE color: 8469289.
HSL color Cylindrical-coordinate representation of color #293B81: hue angle of 227.73º 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 #293B81 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 59 | 129 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.49 |
| HSL | 227.73º | 0.52% | 0.33% | - |
| HSV(B) | 227.73º | 0.68% | 0.51% | - |
| XYZ | 6.44 | 5.18 | 21.43 | - |
| YUV | 61.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 129 | 0.68 | 0.54 | 0 | 0.49 | 227.73 | 0.52 | 0.33 |
| Hex | 29 | 3B | 81 | 44 | 36 | 0 | 31 | E4 | 34 | 21 |
| Octal | 51 | 73 | 201 | 104 | 66 | 0 | 61 | 344 | 64 | 41 |
| Binary | 101001 | 111011 | 10000001 | 1000100 | 110110 | 0 | 110001 | 11100100 | 110100 | 100001 |
Color Harmonies of #293B81
Complementary color
Monochromatic Colors of #293B81
Black with #293B81
Text Example
Text Example
White with #293B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B81; }
p { color: rgb(41,59,129); }
H1.HeaderClassName
{
color: #293B81;
}
.AnyTagClassName
{
color: #293B81;
}
</style>
background-color css
<style>
a { background-color: #293B81; }
a { background-color: rgb(41,59,129); }
div.DivClassName
{
background-color: #293B81;
}
.BgClassName
{
background-color: #293B81;
}
</style>
border-color css
<style>
span { border-color: #293B81; }
span { border-color: rgb(41,59,129); }
td.TdClassName
{
border-color: #293B81;
}
.TagClassName
{
border-color: #293B81;
}
</style>