Shades of Nile Blue #29414D
Tints of Nile Blue #29414D
RGB
CMYK
RGB Variations
Color information
#29414D (or 0x29414D) is known color: Nile Blue. HEX triplet: 29, 41 and 4D. RGB value is (41,65,77). Sum of RGB (Red+Green+Blue) = 41+65+77=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #29414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29414D is #D6BEB2. Grayscale: #3B3B3B. Windows color (decimal): -14073523 or 5062953. OLE color: 5062953.
HSL color Cylindrical-coordinate representation of color #29414D: hue angle of 200º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29414D is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 65 | 77 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.70 |
| HSL | 200º | 0.31% | 0.23% | - |
| HSV(B) | 200º | 0.47% | 0.3% | - |
| XYZ | 4.14 | 4.79 | 7.73 | - |
| YUV | 59.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 77 | 0.47 | 0.16 | 0 | 0.70 | 200 | 0.31 | 0.23 |
| Hex | 29 | 41 | 4D | 2F | 10 | 0 | 46 | C8 | 1F | 17 |
| Octal | 51 | 101 | 115 | 57 | 20 | 0 | 106 | 310 | 37 | 27 |
| Binary | 101001 | 1000001 | 1001101 | 101111 | 10000 | 0 | 1000110 | 11001000 | 11111 | 10111 |
Color Harmonies of #29414D
Complementary color
Monochromatic Colors of #29414D
Black with #29414D
Text Example
Text Example
White with #29414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29414D; }
p { color: rgb(41,65,77); }
H1.HeaderClassName
{
color: #29414D;
}
.AnyTagClassName
{
color: #29414D;
}
</style>
background-color css
<style>
a { background-color: #29414D; }
a { background-color: rgb(41,65,77); }
div.DivClassName
{
background-color: #29414D;
}
.BgClassName
{
background-color: #29414D;
}
</style>
border-color css
<style>
span { border-color: #29414D; }
span { border-color: rgb(41,65,77); }
td.TdClassName
{
border-color: #29414D;
}
.TagClassName
{
border-color: #29414D;
}
</style>