Shades of Resolution Blue #29387C
Tints of Resolution Blue #29387C
RGB
CMYK
RGB Variations
Color information
#29387C (or 0x29387C) is known color: Resolution Blue. HEX triplet: 29, 38 and 7C. RGB value is (41,56,124). Sum of RGB (Red+Green+Blue) = 41+56+124=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #29387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29387C is #D6C783. Grayscale: #3A3A3A. Windows color (decimal): -14075780 or 8140841. OLE color: 8140841.
HSL color Cylindrical-coordinate representation of color #29387C: hue angle of 229.16º 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 #29387C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 56 | 124 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.51 |
| HSL | 229.16º | 0.5% | 0.32% | - |
| HSV(B) | 229.16º | 0.67% | 0.49% | - |
| XYZ | 5.97 | 4.76 | 19.67 | - |
| YUV | 59.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 124 | 0.67 | 0.55 | 0 | 0.51 | 229.16 | 0.5 | 0.32 |
| Hex | 29 | 38 | 7C | 43 | 37 | 0 | 33 | E5 | 32 | 20 |
| Octal | 51 | 70 | 174 | 103 | 67 | 0 | 63 | 345 | 62 | 40 |
| Binary | 101001 | 111000 | 1111100 | 1000011 | 110111 | 0 | 110011 | 11100101 | 110010 | 100000 |
Color Harmonies of #29387C
Complementary color
Monochromatic Colors of #29387C
Black with #29387C
Text Example
Text Example
White with #29387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29387C; }
p { color: rgb(41,56,124); }
H1.HeaderClassName
{
color: #29387C;
}
.AnyTagClassName
{
color: #29387C;
}
</style>
background-color css
<style>
a { background-color: #29387C; }
a { background-color: rgb(41,56,124); }
div.DivClassName
{
background-color: #29387C;
}
.BgClassName
{
background-color: #29387C;
}
</style>
border-color css
<style>
span { border-color: #29387C; }
span { border-color: rgb(41,56,124); }
td.TdClassName
{
border-color: #29387C;
}
.TagClassName
{
border-color: #29387C;
}
</style>