Shades of Resolution Blue #293C81
Tints of Resolution Blue #293C81
RGB
CMYK
RGB Variations
Color information
#293C81 (or 0x293C81) is known color: Resolution Blue. HEX triplet: 29, 3C and 81. RGB value is (41,60,129). Sum of RGB (Red+Green+Blue) = 41+60+129=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #293C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C81 is #D6C37E. Grayscale: #3D3D3D. Windows color (decimal): -14074751 or 8469545. OLE color: 8469545.
HSL color Cylindrical-coordinate representation of color #293C81: hue angle of 227.05º 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 #293C81 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 60 | 129 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.49 |
| HSL | 227.05º | 0.52% | 0.33% | - |
| HSV(B) | 227.05º | 0.68% | 0.51% | - |
| XYZ | 6.49 | 5.29 | 21.45 | - |
| YUV | 62.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 129 | 0.68 | 0.53 | 0 | 0.49 | 227.05 | 0.52 | 0.33 |
| Hex | 29 | 3C | 81 | 44 | 35 | 0 | 31 | E3 | 34 | 21 |
| Octal | 51 | 74 | 201 | 104 | 65 | 0 | 61 | 343 | 64 | 41 |
| Binary | 101001 | 111100 | 10000001 | 1000100 | 110101 | 0 | 110001 | 11100011 | 110100 | 100001 |
Color Harmonies of #293C81
Complementary color
Monochromatic Colors of #293C81
Black with #293C81
Text Example
Text Example
White with #293C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C81; }
p { color: rgb(41,60,129); }
H1.HeaderClassName
{
color: #293C81;
}
.AnyTagClassName
{
color: #293C81;
}
</style>
background-color css
<style>
a { background-color: #293C81; }
a { background-color: rgb(41,60,129); }
div.DivClassName
{
background-color: #293C81;
}
.BgClassName
{
background-color: #293C81;
}
</style>
border-color css
<style>
span { border-color: #293C81; }
span { border-color: rgb(41,60,129); }
td.TdClassName
{
border-color: #293C81;
}
.TagClassName
{
border-color: #293C81;
}
</style>