Shades of Resolution Blue #293F77
Tints of Resolution Blue #293F77
RGB
CMYK
RGB Variations
Color information
#293F77 (or 0x293F77) is known color: Resolution Blue. HEX triplet: 29, 3F and 77. RGB value is (41,63,119). Sum of RGB (Red+Green+Blue) = 41+63+119=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #293F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F77 is #D6C088. Grayscale: #3E3E3E. Windows color (decimal): -14073993 or 7814953. OLE color: 7814953.
HSL color Cylindrical-coordinate representation of color #293F77: hue angle of 223.08º 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 #293F77 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 63 | 119 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.53 |
| HSL | 223.08º | 0.49% | 0.31% | - |
| HSV(B) | 223.08º | 0.66% | 0.47% | - |
| XYZ | 6.02 | 5.36 | 18.17 | - |
| YUV | 62.81 | 159.71 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 119 | 0.66 | 0.47 | 0 | 0.53 | 223.08 | 0.49 | 0.31 |
| Hex | 29 | 3F | 77 | 42 | 2F | 0 | 35 | DF | 31 | 1F |
| Octal | 51 | 77 | 167 | 102 | 57 | 0 | 65 | 337 | 61 | 37 |
| Binary | 101001 | 111111 | 1110111 | 1000010 | 101111 | 0 | 110101 | 11011111 | 110001 | 11111 |
Color Harmonies of #293F77
Complementary color
Monochromatic Colors of #293F77
Black with #293F77
Text Example
Text Example
White with #293F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F77; }
p { color: rgb(41,63,119); }
H1.HeaderClassName
{
color: #293F77;
}
.AnyTagClassName
{
color: #293F77;
}
</style>
background-color css
<style>
a { background-color: #293F77; }
a { background-color: rgb(41,63,119); }
div.DivClassName
{
background-color: #293F77;
}
.BgClassName
{
background-color: #293F77;
}
</style>
border-color css
<style>
span { border-color: #293F77; }
span { border-color: rgb(41,63,119); }
td.TdClassName
{
border-color: #293F77;
}
.TagClassName
{
border-color: #293F77;
}
</style>