Shades of Resolution Blue #29397C
Tints of Resolution Blue #29397C
RGB
CMYK
RGB Variations
Color information
#29397C (or 0x29397C) is known color: Resolution Blue. HEX triplet: 29, 39 and 7C. RGB value is (41,57,124). Sum of RGB (Red+Green+Blue) = 41+57+124=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #29397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397C is #D6C683. Grayscale: #3B3B3B. Windows color (decimal): -14075524 or 8141097. OLE color: 8141097.
HSL color Cylindrical-coordinate representation of color #29397C: hue angle of 228.43º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29397C is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 57 | 124 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.51 |
| HSL | 228.43º | 0.5% | 0.32% | - |
| HSV(B) | 228.43º | 0.67% | 0.49% | - |
| XYZ | 6.02 | 4.85 | 19.69 | - |
| YUV | 59.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 124 | 0.67 | 0.54 | 0 | 0.51 | 228.43 | 0.5 | 0.32 |
| Hex | 29 | 39 | 7C | 43 | 36 | 0 | 33 | E4 | 32 | 20 |
| Octal | 51 | 71 | 174 | 103 | 66 | 0 | 63 | 344 | 62 | 40 |
| Binary | 101001 | 111001 | 1111100 | 1000011 | 110110 | 0 | 110011 | 11100100 | 110010 | 100000 |
Color Harmonies of #29397C
Complementary color
Monochromatic Colors of #29397C
Black with #29397C
Text Example
Text Example
White with #29397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29397C; }
p { color: rgb(41,57,124); }
H1.HeaderClassName
{
color: #29397C;
}
.AnyTagClassName
{
color: #29397C;
}
</style>
background-color css
<style>
a { background-color: #29397C; }
a { background-color: rgb(41,57,124); }
div.DivClassName
{
background-color: #29397C;
}
.BgClassName
{
background-color: #29397C;
}
</style>
border-color css
<style>
span { border-color: #29397C; }
span { border-color: rgb(41,57,124); }
td.TdClassName
{
border-color: #29397C;
}
.TagClassName
{
border-color: #29397C;
}
</style>