Shades of Nile Blue #294050
Tints of Nile Blue #294050
RGB
CMYK
RGB Variations
Color information
#294050 (or 0x294050) is known color: Nile Blue. HEX triplet: 29, 40 and 50. RGB value is (41,64,80). Sum of RGB (Red+Green+Blue) = 41+64+80=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #294050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294050 is #D6BFAF. Grayscale: #3A3A3A. Windows color (decimal): -14073776 or 5259305. OLE color: 5259305.
HSL color Cylindrical-coordinate representation of color #294050: hue angle of 204.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294050 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 64 | 80 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.69 |
| HSL | 204.62º | 0.32% | 0.24% | - |
| HSV(B) | 204.62º | 0.49% | 0.31% | - |
| XYZ | 4.2 | 4.72 | 8.28 | - |
| YUV | 58.95 | 139.88 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 80 | 0.49 | 0.20 | 0 | 0.69 | 204.62 | 0.32 | 0.24 |
| Hex | 29 | 40 | 50 | 31 | 14 | 0 | 45 | CD | 20 | 18 |
| Octal | 51 | 100 | 120 | 61 | 24 | 0 | 105 | 315 | 40 | 30 |
| Binary | 101001 | 1000000 | 1010000 | 110001 | 10100 | 0 | 1000101 | 11001101 | 100000 | 11000 |
Color Harmonies of #294050
Complementary color
Monochromatic Colors of #294050
Black with #294050
Text Example
Text Example
White with #294050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294050; }
p { color: rgb(41,64,80); }
H1.HeaderClassName
{
color: #294050;
}
.AnyTagClassName
{
color: #294050;
}
</style>
background-color css
<style>
a { background-color: #294050; }
a { background-color: rgb(41,64,80); }
div.DivClassName
{
background-color: #294050;
}
.BgClassName
{
background-color: #294050;
}
</style>
border-color css
<style>
span { border-color: #294050; }
span { border-color: rgb(41,64,80); }
td.TdClassName
{
border-color: #294050;
}
.TagClassName
{
border-color: #294050;
}
</style>