Shades of Resolution Blue #293A83
Tints of Resolution Blue #293A83
RGB
CMYK
RGB Variations
Color information
#293A83 (or 0x293A83) is known color: Resolution Blue. HEX triplet: 29, 3A and 83. RGB value is (41,58,131). Sum of RGB (Red+Green+Blue) = 41+58+131=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #293A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A83 is #D6C57C. Grayscale: #3C3C3C. Windows color (decimal): -14075261 or 8600105. OLE color: 8600105.
HSL color Cylindrical-coordinate representation of color #293A83: hue angle of 228.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293A83 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 58 | 131 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.49 |
| HSL | 228.67º | 0.52% | 0.34% | - |
| HSV(B) | 228.67º | 0.69% | 0.51% | - |
| XYZ | 6.52 | 5.14 | 22.12 | - |
| YUV | 61.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 131 | 0.69 | 0.56 | 0 | 0.49 | 228.67 | 0.52 | 0.34 |
| Hex | 29 | 3A | 83 | 45 | 38 | 0 | 31 | E5 | 34 | 22 |
| Octal | 51 | 72 | 203 | 105 | 70 | 0 | 61 | 345 | 64 | 42 |
| Binary | 101001 | 111010 | 10000011 | 1000101 | 111000 | 0 | 110001 | 11100101 | 110100 | 100010 |
Color Harmonies of #293A83
Complementary color
Monochromatic Colors of #293A83
Black with #293A83
Text Example
Text Example
White with #293A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293A83; }
p { color: rgb(41,58,131); }
H1.HeaderClassName
{
color: #293A83;
}
.AnyTagClassName
{
color: #293A83;
}
</style>
background-color css
<style>
a { background-color: #293A83; }
a { background-color: rgb(41,58,131); }
div.DivClassName
{
background-color: #293A83;
}
.BgClassName
{
background-color: #293A83;
}
</style>
border-color css
<style>
span { border-color: #293A83; }
span { border-color: rgb(41,58,131); }
td.TdClassName
{
border-color: #293A83;
}
.TagClassName
{
border-color: #293A83;
}
</style>