Shades of Resolution Blue #29366D
Tints of Resolution Blue #29366D
RGB
CMYK
RGB Variations
Color information
#29366D (or 0x29366D) is known color: Resolution Blue. HEX triplet: 29, 36 and 6D. RGB value is (41,54,109). Sum of RGB (Red+Green+Blue) = 41+54+109=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #29366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29366D is #D6C992. Grayscale: #383838. Windows color (decimal): -14076307 or 7157289. OLE color: 7157289.
HSL color Cylindrical-coordinate representation of color #29366D: hue angle of 228.53º 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 #29366D is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 54 | 109 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.57 |
| HSL | 228.53º | 0.45% | 0.29% | - |
| HSV(B) | 228.53º | 0.62% | 0.43% | - |
| XYZ | 4.99 | 4.21 | 15.02 | - |
| YUV | 56.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 109 | 0.62 | 0.50 | 0 | 0.57 | 228.53 | 0.45 | 0.29 |
| Hex | 29 | 36 | 6D | 3E | 32 | 0 | 39 | E5 | 2D | 1D |
| Octal | 51 | 66 | 155 | 76 | 62 | 0 | 71 | 345 | 55 | 35 |
| Binary | 101001 | 110110 | 1101101 | 111110 | 110010 | 0 | 111001 | 11100101 | 101101 | 11101 |
Color Harmonies of #29366D
Complementary color
Monochromatic Colors of #29366D
Black with #29366D
Text Example
Text Example
White with #29366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29366D; }
p { color: rgb(41,54,109); }
H1.HeaderClassName
{
color: #29366D;
}
.AnyTagClassName
{
color: #29366D;
}
</style>
background-color css
<style>
a { background-color: #29366D; }
a { background-color: rgb(41,54,109); }
div.DivClassName
{
background-color: #29366D;
}
.BgClassName
{
background-color: #29366D;
}
</style>
border-color css
<style>
span { border-color: #29366D; }
span { border-color: rgb(41,54,109); }
td.TdClassName
{
border-color: #29366D;
}
.TagClassName
{
border-color: #29366D;
}
</style>