Shades of Resolution Blue #29357C
Tints of Resolution Blue #29357C
RGB
CMYK
RGB Variations
Color information
#29357C (or 0x29357C) is known color: Resolution Blue. HEX triplet: 29, 35 and 7C. RGB value is (41,53,124). Sum of RGB (Red+Green+Blue) = 41+53+124=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #29357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29357C is #D6CA83. Grayscale: #393939. Windows color (decimal): -14076548 or 8140073. OLE color: 8140073.
HSL color Cylindrical-coordinate representation of color #29357C: hue angle of 231.33º 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 #29357C is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 53 | 124 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.51 |
| HSL | 231.33º | 0.5% | 0.32% | - |
| HSV(B) | 231.33º | 0.67% | 0.49% | - |
| XYZ | 5.83 | 4.47 | 19.63 | - |
| YUV | 57.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 124 | 0.67 | 0.57 | 0 | 0.51 | 231.33 | 0.5 | 0.32 |
| Hex | 29 | 35 | 7C | 43 | 39 | 0 | 33 | E7 | 32 | 20 |
| Octal | 51 | 65 | 174 | 103 | 71 | 0 | 63 | 347 | 62 | 40 |
| Binary | 101001 | 110101 | 1111100 | 1000011 | 111001 | 0 | 110011 | 11100111 | 110010 | 100000 |
Color Harmonies of #29357C
Complementary color
Monochromatic Colors of #29357C
Black with #29357C
Text Example
Text Example
White with #29357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29357C; }
p { color: rgb(41,53,124); }
H1.HeaderClassName
{
color: #29357C;
}
.AnyTagClassName
{
color: #29357C;
}
</style>
background-color css
<style>
a { background-color: #29357C; }
a { background-color: rgb(41,53,124); }
div.DivClassName
{
background-color: #29357C;
}
.BgClassName
{
background-color: #29357C;
}
</style>
border-color css
<style>
span { border-color: #29357C; }
span { border-color: rgb(41,53,124); }
td.TdClassName
{
border-color: #29357C;
}
.TagClassName
{
border-color: #29357C;
}
</style>