Shades of Resolution Blue #29416D
Tints of Resolution Blue #29416D
RGB
CMYK
RGB Variations
Color information
#29416D (or 0x29416D) is known color: Resolution Blue. HEX triplet: 29, 41 and 6D. RGB value is (41,65,109). Sum of RGB (Red+Green+Blue) = 41+65+109=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #29416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29416D is #D6BE92. Grayscale: #3E3E3E. Windows color (decimal): -14073491 or 7160105. OLE color: 7160105.
HSL color Cylindrical-coordinate representation of color #29416D: hue angle of 218.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29416D is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 65 | 109 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.57 |
| HSL | 218.82º | 0.45% | 0.29% | - |
| HSV(B) | 218.82º | 0.62% | 0.43% | - |
| XYZ | 5.57 | 5.36 | 15.21 | - |
| YUV | 62.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 109 | 0.62 | 0.40 | 0 | 0.57 | 218.82 | 0.45 | 0.29 |
| Hex | 29 | 41 | 6D | 3E | 28 | 0 | 39 | DB | 2D | 1D |
| Octal | 51 | 101 | 155 | 76 | 50 | 0 | 71 | 333 | 55 | 35 |
| Binary | 101001 | 1000001 | 1101101 | 111110 | 101000 | 0 | 111001 | 11011011 | 101101 | 11101 |
Color Harmonies of #29416D
Complementary color
Monochromatic Colors of #29416D
Black with #29416D
Text Example
Text Example
White with #29416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29416D; }
p { color: rgb(41,65,109); }
H1.HeaderClassName
{
color: #29416D;
}
.AnyTagClassName
{
color: #29416D;
}
</style>
background-color css
<style>
a { background-color: #29416D; }
a { background-color: rgb(41,65,109); }
div.DivClassName
{
background-color: #29416D;
}
.BgClassName
{
background-color: #29416D;
}
</style>
border-color css
<style>
span { border-color: #29416D; }
span { border-color: rgb(41,65,109); }
td.TdClassName
{
border-color: #29416D;
}
.TagClassName
{
border-color: #29416D;
}
</style>