Shades of Resolution Blue #293B78
Tints of Resolution Blue #293B78
RGB
CMYK
RGB Variations
Color information
#293B78 (or 0x293B78) is known color: Resolution Blue. HEX triplet: 29, 3B and 78. RGB value is (41,59,120). Sum of RGB (Red+Green+Blue) = 41+59+120=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #293B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B78 is #D6C487. Grayscale: #3C3C3C. Windows color (decimal): -14075016 or 7879465. OLE color: 7879465.
HSL color Cylindrical-coordinate representation of color #293B78: hue angle of 226.33º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293B78 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 59 | 120 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.53 |
| HSL | 226.33º | 0.49% | 0.32% | - |
| HSV(B) | 226.33º | 0.66% | 0.47% | - |
| XYZ | 5.87 | 4.96 | 18.42 | - |
| YUV | 60.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 120 | 0.66 | 0.51 | 0 | 0.53 | 226.33 | 0.49 | 0.32 |
| Hex | 29 | 3B | 78 | 42 | 33 | 0 | 35 | E2 | 31 | 20 |
| Octal | 51 | 73 | 170 | 102 | 63 | 0 | 65 | 342 | 61 | 40 |
| Binary | 101001 | 111011 | 1111000 | 1000010 | 110011 | 0 | 110101 | 11100010 | 110001 | 100000 |
Color Harmonies of #293B78
Complementary color
Monochromatic Colors of #293B78
Black with #293B78
Text Example
Text Example
White with #293B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293B78; }
p { color: rgb(41,59,120); }
H1.HeaderClassName
{
color: #293B78;
}
.AnyTagClassName
{
color: #293B78;
}
</style>
background-color css
<style>
a { background-color: #293B78; }
a { background-color: rgb(41,59,120); }
div.DivClassName
{
background-color: #293B78;
}
.BgClassName
{
background-color: #293B78;
}
</style>
border-color css
<style>
span { border-color: #293B78; }
span { border-color: rgb(41,59,120); }
td.TdClassName
{
border-color: #293B78;
}
.TagClassName
{
border-color: #293B78;
}
</style>