Shades of Resolution Blue #294377
Tints of Resolution Blue #294377
RGB
CMYK
RGB Variations
Color information
#294377 (or 0x294377) is known color: Resolution Blue. HEX triplet: 29, 43 and 77. RGB value is (41,67,119). Sum of RGB (Red+Green+Blue) = 41+67+119=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #294377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294377 is #D6BC88. Grayscale: #404040. Windows color (decimal): -14072969 or 7815977. OLE color: 7815977.
HSL color Cylindrical-coordinate representation of color #294377: hue angle of 220º 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 #294377 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 67 | 119 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.53 |
| HSL | 220º | 0.49% | 0.31% | - |
| HSV(B) | 220º | 0.66% | 0.47% | - |
| XYZ | 6.25 | 5.82 | 18.25 | - |
| YUV | 65.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 119 | 0.66 | 0.44 | 0 | 0.53 | 220 | 0.49 | 0.31 |
| Hex | 29 | 43 | 77 | 42 | 2C | 0 | 35 | DC | 31 | 1F |
| Octal | 51 | 103 | 167 | 102 | 54 | 0 | 65 | 334 | 61 | 37 |
| Binary | 101001 | 1000011 | 1110111 | 1000010 | 101100 | 0 | 110101 | 11011100 | 110001 | 11111 |
Color Harmonies of #294377
Complementary color
Monochromatic Colors of #294377
Black with #294377
Text Example
Text Example
White with #294377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294377; }
p { color: rgb(41,67,119); }
H1.HeaderClassName
{
color: #294377;
}
.AnyTagClassName
{
color: #294377;
}
</style>
background-color css
<style>
a { background-color: #294377; }
a { background-color: rgb(41,67,119); }
div.DivClassName
{
background-color: #294377;
}
.BgClassName
{
background-color: #294377;
}
</style>
border-color css
<style>
span { border-color: #294377; }
span { border-color: rgb(41,67,119); }
td.TdClassName
{
border-color: #294377;
}
.TagClassName
{
border-color: #294377;
}
</style>