Shades of Resolution Blue #29397A
Tints of Resolution Blue #29397A
RGB
CMYK
RGB Variations
Color information
#29397A (or 0x29397A) is known color: Resolution Blue. HEX triplet: 29, 39 and 7A. RGB value is (41,57,122). Sum of RGB (Red+Green+Blue) = 41+57+122=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #29397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397A is #D6C685. Grayscale: #3B3B3B. Windows color (decimal): -14075526 or 8010025. OLE color: 8010025.
HSL color Cylindrical-coordinate representation of color #29397A: hue angle of 228.15º 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 #29397A is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 57 | 122 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.52 |
| HSL | 228.15º | 0.5% | 0.32% | - |
| HSV(B) | 228.15º | 0.66% | 0.48% | - |
| XYZ | 5.89 | 4.8 | 19.03 | - |
| YUV | 59.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 122 | 0.66 | 0.53 | 0 | 0.52 | 228.15 | 0.5 | 0.32 |
| Hex | 29 | 39 | 7A | 42 | 35 | 0 | 34 | E4 | 32 | 20 |
| Octal | 51 | 71 | 172 | 102 | 65 | 0 | 64 | 344 | 62 | 40 |
| Binary | 101001 | 111001 | 1111010 | 1000010 | 110101 | 0 | 110100 | 11100100 | 110010 | 100000 |
Color Harmonies of #29397A
Complementary color
Monochromatic Colors of #29397A
Black with #29397A
Text Example
Text Example
White with #29397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29397A; }
p { color: rgb(41,57,122); }
H1.HeaderClassName
{
color: #29397A;
}
.AnyTagClassName
{
color: #29397A;
}
</style>
background-color css
<style>
a { background-color: #29397A; }
a { background-color: rgb(41,57,122); }
div.DivClassName
{
background-color: #29397A;
}
.BgClassName
{
background-color: #29397A;
}
</style>
border-color css
<style>
span { border-color: #29397A; }
span { border-color: rgb(41,57,122); }
td.TdClassName
{
border-color: #29397A;
}
.TagClassName
{
border-color: #29397A;
}
</style>