Shades of Resolution Blue #29407E
Tints of Resolution Blue #29407E
RGB
CMYK
RGB Variations
Color information
#29407E (or 0x29407E) is known color: Resolution Blue. HEX triplet: 29, 40 and 7E. RGB value is (41,64,126). Sum of RGB (Red+Green+Blue) = 41+64+126=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #29407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29407E is #D6BF81. Grayscale: #3F3F3F. Windows color (decimal): -14073730 or 8273961. OLE color: 8273961.
HSL color Cylindrical-coordinate representation of color #29407E: hue angle of 223.76º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29407E is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 64 | 126 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.51 |
| HSL | 223.76º | 0.51% | 0.33% | - |
| HSV(B) | 223.76º | 0.67% | 0.49% | - |
| XYZ | 6.51 | 5.64 | 20.48 | - |
| YUV | 64.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 126 | 0.67 | 0.49 | 0 | 0.51 | 223.76 | 0.51 | 0.33 |
| Hex | 29 | 40 | 7E | 43 | 31 | 0 | 33 | E0 | 33 | 21 |
| Octal | 51 | 100 | 176 | 103 | 61 | 0 | 63 | 340 | 63 | 41 |
| Binary | 101001 | 1000000 | 1111110 | 1000011 | 110001 | 0 | 110011 | 11100000 | 110011 | 100001 |
Color Harmonies of #29407E
Complementary color
Monochromatic Colors of #29407E
Black with #29407E
Text Example
Text Example
White with #29407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29407E; }
p { color: rgb(41,64,126); }
H1.HeaderClassName
{
color: #29407E;
}
.AnyTagClassName
{
color: #29407E;
}
</style>
background-color css
<style>
a { background-color: #29407E; }
a { background-color: rgb(41,64,126); }
div.DivClassName
{
background-color: #29407E;
}
.BgClassName
{
background-color: #29407E;
}
</style>
border-color css
<style>
span { border-color: #29407E; }
span { border-color: rgb(41,64,126); }
td.TdClassName
{
border-color: #29407E;
}
.TagClassName
{
border-color: #29407E;
}
</style>