Shades of Nile Blue #29424E
Tints of Nile Blue #29424E
RGB
CMYK
RGB Variations
Color information
#29424E (or 0x29424E) is known color: Nile Blue. HEX triplet: 29, 42 and 4E. RGB value is (41,66,78). Sum of RGB (Red+Green+Blue) = 41+66+78=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #29424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29424E is #D6BDB1. Grayscale: #3B3B3B. Windows color (decimal): -14073266 or 5128745. OLE color: 5128745.
HSL color Cylindrical-coordinate representation of color #29424E: hue angle of 199.46º 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 #29424E is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 66 | 78 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.69 |
| HSL | 199.46º | 0.31% | 0.23% | - |
| HSV(B) | 199.46º | 0.47% | 0.31% | - |
| XYZ | 4.24 | 4.92 | 7.93 | - |
| YUV | 59.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 78 | 0.47 | 0.15 | 0 | 0.69 | 199.46 | 0.31 | 0.23 |
| Hex | 29 | 42 | 4E | 2F | F | 0 | 45 | C7 | 1F | 17 |
| Octal | 51 | 102 | 116 | 57 | 17 | 0 | 105 | 307 | 37 | 27 |
| Binary | 101001 | 1000010 | 1001110 | 101111 | 1111 | 0 | 1000101 | 11000111 | 11111 | 10111 |
Color Harmonies of #29424E
Complementary color
Monochromatic Colors of #29424E
Black with #29424E
Text Example
Text Example
White with #29424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29424E; }
p { color: rgb(41,66,78); }
H1.HeaderClassName
{
color: #29424E;
}
.AnyTagClassName
{
color: #29424E;
}
</style>
background-color css
<style>
a { background-color: #29424E; }
a { background-color: rgb(41,66,78); }
div.DivClassName
{
background-color: #29424E;
}
.BgClassName
{
background-color: #29424E;
}
</style>
border-color css
<style>
span { border-color: #29424E; }
span { border-color: rgb(41,66,78); }
td.TdClassName
{
border-color: #29424E;
}
.TagClassName
{
border-color: #29424E;
}
</style>