Shades of Resolution Blue #29356E
Tints of Resolution Blue #29356E
RGB
CMYK
RGB Variations
Color information
#29356E (or 0x29356E) is known color: Resolution Blue. HEX triplet: 29, 35 and 6E. RGB value is (41,53,110). Sum of RGB (Red+Green+Blue) = 41+53+110=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #29356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29356E is #D6CA91. Grayscale: #373737. Windows color (decimal): -14076562 or 7222569. OLE color: 7222569.
HSL color Cylindrical-coordinate representation of color #29356E: hue angle of 229.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29356E is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 53 | 110 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.57 |
| HSL | 229.57º | 0.46% | 0.3% | - |
| HSV(B) | 229.57º | 0.63% | 0.43% | - |
| XYZ | 5 | 4.14 | 15.29 | - |
| YUV | 55.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 110 | 0.63 | 0.52 | 0 | 0.57 | 229.57 | 0.46 | 0.3 |
| Hex | 29 | 35 | 6E | 3F | 34 | 0 | 39 | E6 | 2E | 1E |
| Octal | 51 | 65 | 156 | 77 | 64 | 0 | 71 | 346 | 56 | 36 |
| Binary | 101001 | 110101 | 1101110 | 111111 | 110100 | 0 | 111001 | 11100110 | 101110 | 11110 |
Color Harmonies of #29356E
Complementary color
Monochromatic Colors of #29356E
Black with #29356E
Text Example
Text Example
White with #29356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29356E; }
p { color: rgb(41,53,110); }
H1.HeaderClassName
{
color: #29356E;
}
.AnyTagClassName
{
color: #29356E;
}
</style>
background-color css
<style>
a { background-color: #29356E; }
a { background-color: rgb(41,53,110); }
div.DivClassName
{
background-color: #29356E;
}
.BgClassName
{
background-color: #29356E;
}
</style>
border-color css
<style>
span { border-color: #29356E; }
span { border-color: rgb(41,53,110); }
td.TdClassName
{
border-color: #29356E;
}
.TagClassName
{
border-color: #29356E;
}
</style>