Shades of Resolution Blue #294077
Tints of Resolution Blue #294077
RGB
CMYK
RGB Variations
Color information
#294077 (or 0x294077) is known color: Resolution Blue. HEX triplet: 29, 40 and 77. RGB value is (41,64,119). Sum of RGB (Red+Green+Blue) = 41+64+119=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #294077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294077 is #D6BF88. Grayscale: #3F3F3F. Windows color (decimal): -14073737 or 7815209. OLE color: 7815209.
HSL color Cylindrical-coordinate representation of color #294077: hue angle of 222.31º 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 #294077 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 64 | 119 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.53 |
| HSL | 222.31º | 0.49% | 0.31% | - |
| HSV(B) | 222.31º | 0.66% | 0.47% | - |
| XYZ | 6.08 | 5.47 | 18.19 | - |
| YUV | 63.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 119 | 0.66 | 0.46 | 0 | 0.53 | 222.31 | 0.49 | 0.31 |
| Hex | 29 | 40 | 77 | 42 | 2E | 0 | 35 | DE | 31 | 1F |
| Octal | 51 | 100 | 167 | 102 | 56 | 0 | 65 | 336 | 61 | 37 |
| Binary | 101001 | 1000000 | 1110111 | 1000010 | 101110 | 0 | 110101 | 11011110 | 110001 | 11111 |
Color Harmonies of #294077
Complementary color
Monochromatic Colors of #294077
Black with #294077
Text Example
Text Example
White with #294077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294077; }
p { color: rgb(41,64,119); }
H1.HeaderClassName
{
color: #294077;
}
.AnyTagClassName
{
color: #294077;
}
</style>
background-color css
<style>
a { background-color: #294077; }
a { background-color: rgb(41,64,119); }
div.DivClassName
{
background-color: #294077;
}
.BgClassName
{
background-color: #294077;
}
</style>
border-color css
<style>
span { border-color: #294077; }
span { border-color: rgb(41,64,119); }
td.TdClassName
{
border-color: #294077;
}
.TagClassName
{
border-color: #294077;
}
</style>