Shades of Resolution Blue #29366F
Tints of Resolution Blue #29366F
RGB
CMYK
RGB Variations
Color information
#29366F (or 0x29366F) is known color: Resolution Blue. HEX triplet: 29, 36 and 6F. RGB value is (41,54,111). Sum of RGB (Red+Green+Blue) = 41+54+111=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #29366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29366F is #D6C990. Grayscale: #383838. Windows color (decimal): -14076305 or 7288361. OLE color: 7288361.
HSL color Cylindrical-coordinate representation of color #29366F: hue angle of 228.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29366F is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 41 | 54 | 111 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.56 |
| HSL | 228.86º | 0.46% | 0.3% | - |
| HSV(B) | 228.86º | 0.63% | 0.44% | - |
| XYZ | 5.1 | 4.26 | 15.59 | - |
| YUV | 56.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 111 | 0.63 | 0.51 | 0 | 0.56 | 228.86 | 0.46 | 0.3 |
| Hex | 29 | 36 | 6F | 3F | 33 | 0 | 38 | E5 | 2E | 1E |
| Octal | 51 | 66 | 157 | 77 | 63 | 0 | 70 | 345 | 56 | 36 |
| Binary | 101001 | 110110 | 1101111 | 111111 | 110011 | 0 | 111000 | 11100101 | 101110 | 11110 |
Color Harmonies of #29366F
Complementary color
Monochromatic Colors of #29366F
Black with #29366F
Text Example
Text Example
White with #29366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29366F; }
p { color: rgb(41,54,111); }
H1.HeaderClassName
{
color: #29366F;
}
.AnyTagClassName
{
color: #29366F;
}
</style>
background-color css
<style>
a { background-color: #29366F; }
a { background-color: rgb(41,54,111); }
div.DivClassName
{
background-color: #29366F;
}
.BgClassName
{
background-color: #29366F;
}
</style>
border-color css
<style>
span { border-color: #29366F; }
span { border-color: rgb(41,54,111); }
td.TdClassName
{
border-color: #29366F;
}
.TagClassName
{
border-color: #29366F;
}
</style>