Shades of Resolution Blue #29437A
Tints of Resolution Blue #29437A
RGB
CMYK
RGB Variations
Color information
#29437A (or 0x29437A) is known color: Resolution Blue. HEX triplet: 29, 43 and 7A. RGB value is (41,67,122). Sum of RGB (Red+Green+Blue) = 41+67+122=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #29437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29437A is #D6BC85. Grayscale: #414141. Windows color (decimal): -14072966 or 8012585. OLE color: 8012585.
HSL color Cylindrical-coordinate representation of color #29437A: hue angle of 220.74º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29437A is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 67 | 122 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.52 |
| HSL | 220.74º | 0.5% | 0.32% | - |
| HSV(B) | 220.74º | 0.66% | 0.48% | - |
| XYZ | 6.43 | 5.89 | 19.21 | - |
| YUV | 65.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 122 | 0.66 | 0.45 | 0 | 0.52 | 220.74 | 0.5 | 0.32 |
| Hex | 29 | 43 | 7A | 42 | 2D | 0 | 34 | DD | 32 | 20 |
| Octal | 51 | 103 | 172 | 102 | 55 | 0 | 64 | 335 | 62 | 40 |
| Binary | 101001 | 1000011 | 1111010 | 1000010 | 101101 | 0 | 110100 | 11011101 | 110010 | 100000 |
Color Harmonies of #29437A
Complementary color
Monochromatic Colors of #29437A
Black with #29437A
Text Example
Text Example
White with #29437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29437A; }
p { color: rgb(41,67,122); }
H1.HeaderClassName
{
color: #29437A;
}
.AnyTagClassName
{
color: #29437A;
}
</style>
background-color css
<style>
a { background-color: #29437A; }
a { background-color: rgb(41,67,122); }
div.DivClassName
{
background-color: #29437A;
}
.BgClassName
{
background-color: #29437A;
}
</style>
border-color css
<style>
span { border-color: #29437A; }
span { border-color: rgb(41,67,122); }
td.TdClassName
{
border-color: #29437A;
}
.TagClassName
{
border-color: #29437A;
}
</style>