Shades of Resolution Blue #293C77
Tints of Resolution Blue #293C77
RGB
CMYK
RGB Variations
Color information
#293C77 (or 0x293C77) is known color: Resolution Blue. HEX triplet: 29, 3C and 77. RGB value is (41,60,119). Sum of RGB (Red+Green+Blue) = 41+60+119=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #293C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C77 is #D6C388. Grayscale: #3C3C3C. Windows color (decimal): -14074761 or 7814185. OLE color: 7814185.
HSL color Cylindrical-coordinate representation of color #293C77: hue angle of 225.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #293C77 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 60 | 119 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.53 |
| HSL | 225.38º | 0.49% | 0.31% | - |
| HSV(B) | 225.38º | 0.66% | 0.47% | - |
| XYZ | 5.86 | 5.04 | 18.12 | - |
| YUV | 61.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 119 | 0.66 | 0.50 | 0 | 0.53 | 225.38 | 0.49 | 0.31 |
| Hex | 29 | 3C | 77 | 42 | 32 | 0 | 35 | E1 | 31 | 1F |
| Octal | 51 | 74 | 167 | 102 | 62 | 0 | 65 | 341 | 61 | 37 |
| Binary | 101001 | 111100 | 1110111 | 1000010 | 110010 | 0 | 110101 | 11100001 | 110001 | 11111 |
Color Harmonies of #293C77
Complementary color
Monochromatic Colors of #293C77
Black with #293C77
Text Example
Text Example
White with #293C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C77; }
p { color: rgb(41,60,119); }
H1.HeaderClassName
{
color: #293C77;
}
.AnyTagClassName
{
color: #293C77;
}
</style>
background-color css
<style>
a { background-color: #293C77; }
a { background-color: rgb(41,60,119); }
div.DivClassName
{
background-color: #293C77;
}
.BgClassName
{
background-color: #293C77;
}
</style>
border-color css
<style>
span { border-color: #293C77; }
span { border-color: rgb(41,60,119); }
td.TdClassName
{
border-color: #293C77;
}
.TagClassName
{
border-color: #293C77;
}
</style>