Shades of Resolution Blue #29376C
Tints of Resolution Blue #29376C
RGB
CMYK
RGB Variations
Color information
#29376C (or 0x29376C) is known color: Resolution Blue. HEX triplet: 29, 37 and 6C. RGB value is (41,55,108). Sum of RGB (Red+Green+Blue) = 41+55+108=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #29376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29376C is #D6C893. Grayscale: #383838. Windows color (decimal): -14076052 or 7092009. OLE color: 7092009.
HSL color Cylindrical-coordinate representation of color #29376C: hue angle of 227.46º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29376C is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 55 | 108 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.58 |
| HSL | 227.46º | 0.45% | 0.29% | - |
| HSV(B) | 227.46º | 0.62% | 0.42% | - |
| XYZ | 4.99 | 4.29 | 14.75 | - |
| YUV | 56.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 108 | 0.62 | 0.49 | 0 | 0.58 | 227.46 | 0.45 | 0.29 |
| Hex | 29 | 37 | 6C | 3E | 31 | 0 | 3A | E3 | 2D | 1D |
| Octal | 51 | 67 | 154 | 76 | 61 | 0 | 72 | 343 | 55 | 35 |
| Binary | 101001 | 110111 | 1101100 | 111110 | 110001 | 0 | 111010 | 11100011 | 101101 | 11101 |
Color Harmonies of #29376C
Complementary color
Monochromatic Colors of #29376C
Black with #29376C
Text Example
Text Example
White with #29376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29376C; }
p { color: rgb(41,55,108); }
H1.HeaderClassName
{
color: #29376C;
}
.AnyTagClassName
{
color: #29376C;
}
</style>
background-color css
<style>
a { background-color: #29376C; }
a { background-color: rgb(41,55,108); }
div.DivClassName
{
background-color: #29376C;
}
.BgClassName
{
background-color: #29376C;
}
</style>
border-color css
<style>
span { border-color: #29376C; }
span { border-color: rgb(41,55,108); }
td.TdClassName
{
border-color: #29376C;
}
.TagClassName
{
border-color: #29376C;
}
</style>