Shades of Resolution Blue #293C80
Tints of Resolution Blue #293C80
RGB
CMYK
RGB Variations
Color information
#293C80 (or 0x293C80) is known color: Resolution Blue. HEX triplet: 29, 3C and 80. RGB value is (41,60,128). Sum of RGB (Red+Green+Blue) = 41+60+128=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #293C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C80 is #D6C37F. Grayscale: #3D3D3D. Windows color (decimal): -14074752 or 8404009. OLE color: 8404009.
HSL color Cylindrical-coordinate representation of color #293C80: hue angle of 226.9º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293C80 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 60 | 128 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.50 |
| HSL | 226.9º | 0.51% | 0.33% | - |
| HSV(B) | 226.9º | 0.68% | 0.5% | - |
| XYZ | 6.43 | 5.26 | 21.1 | - |
| YUV | 62.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 128 | 0.68 | 0.53 | 0 | 0.50 | 226.9 | 0.51 | 0.33 |
| Hex | 29 | 3C | 80 | 44 | 35 | 0 | 32 | E3 | 33 | 21 |
| Octal | 51 | 74 | 200 | 104 | 65 | 0 | 62 | 343 | 63 | 41 |
| Binary | 101001 | 111100 | 10000000 | 1000100 | 110101 | 0 | 110010 | 11100011 | 110011 | 100001 |
Color Harmonies of #293C80
Complementary color
Monochromatic Colors of #293C80
Black with #293C80
Text Example
Text Example
White with #293C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C80; }
p { color: rgb(41,60,128); }
H1.HeaderClassName
{
color: #293C80;
}
.AnyTagClassName
{
color: #293C80;
}
</style>
background-color css
<style>
a { background-color: #293C80; }
a { background-color: rgb(41,60,128); }
div.DivClassName
{
background-color: #293C80;
}
.BgClassName
{
background-color: #293C80;
}
</style>
border-color css
<style>
span { border-color: #293C80; }
span { border-color: rgb(41,60,128); }
td.TdClassName
{
border-color: #293C80;
}
.TagClassName
{
border-color: #293C80;
}
</style>