Shades of Resolution Blue #29377D
Tints of Resolution Blue #29377D
RGB
CMYK
RGB Variations
Color information
#29377D (or 0x29377D) is known color: Resolution Blue. HEX triplet: 29, 37 and 7D. RGB value is (41,55,125). Sum of RGB (Red+Green+Blue) = 41+55+125=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #29377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29377D is #D6C882. Grayscale: #3A3A3A. Windows color (decimal): -14076035 or 8206121. OLE color: 8206121.
HSL color Cylindrical-coordinate representation of color #29377D: hue angle of 230º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29377D is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 55 | 125 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.51 |
| HSL | 230º | 0.51% | 0.33% | - |
| HSV(B) | 230º | 0.67% | 0.49% | - |
| XYZ | 5.98 | 4.68 | 19.99 | - |
| YUV | 58.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 125 | 0.67 | 0.56 | 0 | 0.51 | 230 | 0.51 | 0.33 |
| Hex | 29 | 37 | 7D | 43 | 38 | 0 | 33 | E6 | 33 | 21 |
| Octal | 51 | 67 | 175 | 103 | 70 | 0 | 63 | 346 | 63 | 41 |
| Binary | 101001 | 110111 | 1111101 | 1000011 | 111000 | 0 | 110011 | 11100110 | 110011 | 100001 |
Color Harmonies of #29377D
Complementary color
Monochromatic Colors of #29377D
Black with #29377D
Text Example
Text Example
White with #29377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29377D; }
p { color: rgb(41,55,125); }
H1.HeaderClassName
{
color: #29377D;
}
.AnyTagClassName
{
color: #29377D;
}
</style>
background-color css
<style>
a { background-color: #29377D; }
a { background-color: rgb(41,55,125); }
div.DivClassName
{
background-color: #29377D;
}
.BgClassName
{
background-color: #29377D;
}
</style>
border-color css
<style>
span { border-color: #29377D; }
span { border-color: rgb(41,55,125); }
td.TdClassName
{
border-color: #29377D;
}
.TagClassName
{
border-color: #29377D;
}
</style>