Shades of Resolution Blue #29447C
Tints of Resolution Blue #29447C
RGB
CMYK
RGB Variations
Color information
#29447C (or 0x29447C) is known color: Resolution Blue. HEX triplet: 29, 44 and 7C. RGB value is (41,68,124). Sum of RGB (Red+Green+Blue) = 41+68+124=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #29447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447C is #D6BB83. Grayscale: #424242. Windows color (decimal): -14072708 or 8143913. OLE color: 8143913.
HSL color Cylindrical-coordinate representation of color #29447C: hue angle of 220.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29447C is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 68 | 124 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.51 |
| HSL | 220.48º | 0.5% | 0.32% | - |
| HSV(B) | 220.48º | 0.67% | 0.49% | - |
| XYZ | 6.62 | 6.06 | 19.89 | - |
| YUV | 66.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 124 | 0.67 | 0.45 | 0 | 0.51 | 220.48 | 0.5 | 0.32 |
| Hex | 29 | 44 | 7C | 43 | 2D | 0 | 33 | DC | 32 | 20 |
| Octal | 51 | 104 | 174 | 103 | 55 | 0 | 63 | 334 | 62 | 40 |
| Binary | 101001 | 1000100 | 1111100 | 1000011 | 101101 | 0 | 110011 | 11011100 | 110010 | 100000 |
Color Harmonies of #29447C
Complementary color
Monochromatic Colors of #29447C
Black with #29447C
Text Example
Text Example
White with #29447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29447C; }
p { color: rgb(41,68,124); }
H1.HeaderClassName
{
color: #29447C;
}
.AnyTagClassName
{
color: #29447C;
}
</style>
background-color css
<style>
a { background-color: #29447C; }
a { background-color: rgb(41,68,124); }
div.DivClassName
{
background-color: #29447C;
}
.BgClassName
{
background-color: #29447C;
}
</style>
border-color css
<style>
span { border-color: #29447C; }
span { border-color: rgb(41,68,124); }
td.TdClassName
{
border-color: #29447C;
}
.TagClassName
{
border-color: #29447C;
}
</style>