Shades of Nile Blue #29404E
Tints of Nile Blue #29404E
RGB
CMYK
RGB Variations
Color information
#29404E (or 0x29404E) is known color: Nile Blue. HEX triplet: 29, 40 and 4E. RGB value is (41,64,78). Sum of RGB (Red+Green+Blue) = 41+64+78=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #29404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29404E is #D6BFB1. Grayscale: #3A3A3A. Windows color (decimal): -14073778 or 5128233. OLE color: 5128233.
HSL color Cylindrical-coordinate representation of color #29404E: hue angle of 202.7º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29404E is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 64 | 78 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.69 |
| HSL | 202.7º | 0.31% | 0.23% | - |
| HSV(B) | 202.7º | 0.47% | 0.31% | - |
| XYZ | 4.12 | 4.69 | 7.9 | - |
| YUV | 58.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 78 | 0.47 | 0.18 | 0 | 0.69 | 202.7 | 0.31 | 0.23 |
| Hex | 29 | 40 | 4E | 2F | 12 | 0 | 45 | CB | 1F | 17 |
| Octal | 51 | 100 | 116 | 57 | 22 | 0 | 105 | 313 | 37 | 27 |
| Binary | 101001 | 1000000 | 1001110 | 101111 | 10010 | 0 | 1000101 | 11001011 | 11111 | 10111 |
Color Harmonies of #29404E
Complementary color
Monochromatic Colors of #29404E
Black with #29404E
Text Example
Text Example
White with #29404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29404E; }
p { color: rgb(41,64,78); }
H1.HeaderClassName
{
color: #29404E;
}
.AnyTagClassName
{
color: #29404E;
}
</style>
background-color css
<style>
a { background-color: #29404E; }
a { background-color: rgb(41,64,78); }
div.DivClassName
{
background-color: #29404E;
}
.BgClassName
{
background-color: #29404E;
}
</style>
border-color css
<style>
span { border-color: #29404E; }
span { border-color: rgb(41,64,78); }
td.TdClassName
{
border-color: #29404E;
}
.TagClassName
{
border-color: #29404E;
}
</style>