Shades of Resolution Blue #29407C
Tints of Resolution Blue #29407C
RGB
CMYK
RGB Variations
Color information
#29407C (or 0x29407C) is known color: Resolution Blue. HEX triplet: 29, 40 and 7C. RGB value is (41,64,124). Sum of RGB (Red+Green+Blue) = 41+64+124=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #29407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29407C is #D6BF83. Grayscale: #3F3F3F. Windows color (decimal): -14073732 or 8142889. OLE color: 8142889.
HSL color Cylindrical-coordinate representation of color #29407C: hue angle of 223.37º 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 #29407C is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 64 | 124 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.51 |
| HSL | 223.37º | 0.5% | 0.32% | - |
| HSV(B) | 223.37º | 0.67% | 0.49% | - |
| XYZ | 6.39 | 5.59 | 19.81 | - |
| YUV | 63.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 124 | 0.67 | 0.48 | 0 | 0.51 | 223.37 | 0.5 | 0.32 |
| Hex | 29 | 40 | 7C | 43 | 30 | 0 | 33 | DF | 32 | 20 |
| Octal | 51 | 100 | 174 | 103 | 60 | 0 | 63 | 337 | 62 | 40 |
| Binary | 101001 | 1000000 | 1111100 | 1000011 | 110000 | 0 | 110011 | 11011111 | 110010 | 100000 |
Color Harmonies of #29407C
Complementary color
Monochromatic Colors of #29407C
Black with #29407C
Text Example
Text Example
White with #29407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29407C; }
p { color: rgb(41,64,124); }
H1.HeaderClassName
{
color: #29407C;
}
.AnyTagClassName
{
color: #29407C;
}
</style>
background-color css
<style>
a { background-color: #29407C; }
a { background-color: rgb(41,64,124); }
div.DivClassName
{
background-color: #29407C;
}
.BgClassName
{
background-color: #29407C;
}
</style>
border-color css
<style>
span { border-color: #29407C; }
span { border-color: rgb(41,64,124); }
td.TdClassName
{
border-color: #29407C;
}
.TagClassName
{
border-color: #29407C;
}
</style>