Shades of Resolution Blue #29447B
Tints of Resolution Blue #29447B
RGB
CMYK
RGB Variations
Color information
#29447B (or 0x29447B) is known color: Resolution Blue. HEX triplet: 29, 44 and 7B. RGB value is (41,68,123). Sum of RGB (Red+Green+Blue) = 41+68+123=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #29447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447B is #D6BB84. Grayscale: #414141. Windows color (decimal): -14072709 or 8078377. OLE color: 8078377.
HSL color Cylindrical-coordinate representation of color #29447B: hue angle of 220.24º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29447B is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 68 | 123 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.52 |
| HSL | 220.24º | 0.5% | 0.32% | - |
| HSV(B) | 220.24º | 0.67% | 0.48% | - |
| XYZ | 6.56 | 6.04 | 19.56 | - |
| YUV | 66.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 123 | 0.67 | 0.45 | 0 | 0.52 | 220.24 | 0.5 | 0.32 |
| Hex | 29 | 44 | 7B | 43 | 2D | 0 | 34 | DC | 32 | 20 |
| Octal | 51 | 104 | 173 | 103 | 55 | 0 | 64 | 334 | 62 | 40 |
| Binary | 101001 | 1000100 | 1111011 | 1000011 | 101101 | 0 | 110100 | 11011100 | 110010 | 100000 |
Color Harmonies of #29447B
Complementary color
Monochromatic Colors of #29447B
Black with #29447B
Text Example
Text Example
White with #29447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29447B; }
p { color: rgb(41,68,123); }
H1.HeaderClassName
{
color: #29447B;
}
.AnyTagClassName
{
color: #29447B;
}
</style>
background-color css
<style>
a { background-color: #29447B; }
a { background-color: rgb(41,68,123); }
div.DivClassName
{
background-color: #29447B;
}
.BgClassName
{
background-color: #29447B;
}
</style>
border-color css
<style>
span { border-color: #29447B; }
span { border-color: rgb(41,68,123); }
td.TdClassName
{
border-color: #29447B;
}
.TagClassName
{
border-color: #29447B;
}
</style>