Shades of Resolution Blue #293B80
Tints of Resolution Blue #293B80
RGB
CMYK
RGB Variations
Color information
#293B80 (or 0x293B80) is known color: Resolution Blue. HEX triplet: 29, 3B and 80. RGB value is (41,59,128). Sum of RGB (Red+Green+Blue) = 41+59+128=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #293B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B80 is #D6C47F. Grayscale: #3D3D3D. Windows color (decimal): -14075008 or 8403753. OLE color: 8403753.
HSL color Cylindrical-coordinate representation of color #293B80: hue angle of 227.59º 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 #293B80 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 59 | 128 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.50 |
| HSL | 227.59º | 0.51% | 0.33% | - |
| HSV(B) | 227.59º | 0.68% | 0.5% | - |
| XYZ | 6.37 | 5.16 | 21.08 | - |
| YUV | 61.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 128 | 0.68 | 0.54 | 0 | 0.50 | 227.59 | 0.51 | 0.33 |
| Hex | 29 | 3B | 80 | 44 | 36 | 0 | 32 | E4 | 33 | 21 |
| Octal | 51 | 73 | 200 | 104 | 66 | 0 | 62 | 344 | 63 | 41 |
| Binary | 101001 | 111011 | 10000000 | 1000100 | 110110 | 0 | 110010 | 11100100 | 110011 | 100001 |
Color Harmonies of #293B80
Complementary color
Monochromatic Colors of #293B80
Black with #293B80
Text Example
Text Example
White with #293B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B80; }
p { color: rgb(41,59,128); }
H1.HeaderClassName
{
color: #293B80;
}
.AnyTagClassName
{
color: #293B80;
}
</style>
background-color css
<style>
a { background-color: #293B80; }
a { background-color: rgb(41,59,128); }
div.DivClassName
{
background-color: #293B80;
}
.BgClassName
{
background-color: #293B80;
}
</style>
border-color css
<style>
span { border-color: #293B80; }
span { border-color: rgb(41,59,128); }
td.TdClassName
{
border-color: #293B80;
}
.TagClassName
{
border-color: #293B80;
}
</style>