Shades of Resolution Blue #29376D
Tints of Resolution Blue #29376D
RGB
CMYK
RGB Variations
Color information
#29376D (or 0x29376D) is known color: Resolution Blue. HEX triplet: 29, 37 and 6D. RGB value is (41,55,109). Sum of RGB (Red+Green+Blue) = 41+55+109=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #29376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29376D is #D6C892. Grayscale: #383838. Windows color (decimal): -14076051 or 7157545. OLE color: 7157545.
HSL color Cylindrical-coordinate representation of color #29376D: hue angle of 227.65º 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 #29376D is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 55 | 109 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.57 |
| HSL | 227.65º | 0.45% | 0.29% | - |
| HSV(B) | 227.65º | 0.62% | 0.43% | - |
| XYZ | 5.04 | 4.31 | 15.03 | - |
| YUV | 56.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 109 | 0.62 | 0.50 | 0 | 0.57 | 227.65 | 0.45 | 0.29 |
| Hex | 29 | 37 | 6D | 3E | 32 | 0 | 39 | E4 | 2D | 1D |
| Octal | 51 | 67 | 155 | 76 | 62 | 0 | 71 | 344 | 55 | 35 |
| Binary | 101001 | 110111 | 1101101 | 111110 | 110010 | 0 | 111001 | 11100100 | 101101 | 11101 |
Color Harmonies of #29376D
Complementary color
Monochromatic Colors of #29376D
Black with #29376D
Text Example
Text Example
White with #29376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29376D; }
p { color: rgb(41,55,109); }
H1.HeaderClassName
{
color: #29376D;
}
.AnyTagClassName
{
color: #29376D;
}
</style>
background-color css
<style>
a { background-color: #29376D; }
a { background-color: rgb(41,55,109); }
div.DivClassName
{
background-color: #29376D;
}
.BgClassName
{
background-color: #29376D;
}
</style>
border-color css
<style>
span { border-color: #29376D; }
span { border-color: rgb(41,55,109); }
td.TdClassName
{
border-color: #29376D;
}
.TagClassName
{
border-color: #29376D;
}
</style>