Shades of Resolution Blue #29437C
Tints of Resolution Blue #29437C
RGB
CMYK
RGB Variations
Color information
#29437C (or 0x29437C) is known color: Resolution Blue. HEX triplet: 29, 43 and 7C. RGB value is (41,67,124). Sum of RGB (Red+Green+Blue) = 41+67+124=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #29437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29437C is #D6BC83. Grayscale: #414141. Windows color (decimal): -14072964 or 8143657. OLE color: 8143657.
HSL color Cylindrical-coordinate representation of color #29437C: hue angle of 221.2º 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 #29437C is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 67 | 124 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.51 |
| HSL | 221.2º | 0.5% | 0.32% | - |
| HSV(B) | 221.2º | 0.67% | 0.49% | - |
| XYZ | 6.56 | 5.94 | 19.87 | - |
| YUV | 65.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 124 | 0.67 | 0.46 | 0 | 0.51 | 221.2 | 0.5 | 0.32 |
| Hex | 29 | 43 | 7C | 43 | 2E | 0 | 33 | DD | 32 | 20 |
| Octal | 51 | 103 | 174 | 103 | 56 | 0 | 63 | 335 | 62 | 40 |
| Binary | 101001 | 1000011 | 1111100 | 1000011 | 101110 | 0 | 110011 | 11011101 | 110010 | 100000 |
Color Harmonies of #29437C
Complementary color
Monochromatic Colors of #29437C
Black with #29437C
Text Example
Text Example
White with #29437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29437C; }
p { color: rgb(41,67,124); }
H1.HeaderClassName
{
color: #29437C;
}
.AnyTagClassName
{
color: #29437C;
}
</style>
background-color css
<style>
a { background-color: #29437C; }
a { background-color: rgb(41,67,124); }
div.DivClassName
{
background-color: #29437C;
}
.BgClassName
{
background-color: #29437C;
}
</style>
border-color css
<style>
span { border-color: #29437C; }
span { border-color: rgb(41,67,124); }
td.TdClassName
{
border-color: #29437C;
}
.TagClassName
{
border-color: #29437C;
}
</style>