Shades of Nile Blue #294254
Tints of Nile Blue #294254
RGB
CMYK
RGB Variations
Color information
#294254 (or 0x294254) is known color: Nile Blue. HEX triplet: 29, 42 and 54. RGB value is (41,66,84). Sum of RGB (Red+Green+Blue) = 41+66+84=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #294254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294254 is #D6BDAB. Grayscale: #3C3C3C. Windows color (decimal): -14073260 or 5521961. OLE color: 5521961.
HSL color Cylindrical-coordinate representation of color #294254: hue angle of 205.12º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294254 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 66 | 84 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.67 |
| HSL | 205.12º | 0.34% | 0.25% | - |
| HSV(B) | 205.12º | 0.51% | 0.33% | - |
| XYZ | 4.46 | 5.01 | 9.12 | - |
| YUV | 60.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 84 | 0.51 | 0.21 | 0 | 0.67 | 205.12 | 0.34 | 0.25 |
| Hex | 29 | 42 | 54 | 33 | 15 | 0 | 43 | CD | 22 | 19 |
| Octal | 51 | 102 | 124 | 63 | 25 | 0 | 103 | 315 | 42 | 31 |
| Binary | 101001 | 1000010 | 1010100 | 110011 | 10101 | 0 | 1000011 | 11001101 | 100010 | 11001 |
Color Harmonies of #294254
Complementary color
Monochromatic Colors of #294254
Black with #294254
Text Example
Text Example
White with #294254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294254; }
p { color: rgb(41,66,84); }
H1.HeaderClassName
{
color: #294254;
}
.AnyTagClassName
{
color: #294254;
}
</style>
background-color css
<style>
a { background-color: #294254; }
a { background-color: rgb(41,66,84); }
div.DivClassName
{
background-color: #294254;
}
.BgClassName
{
background-color: #294254;
}
</style>
border-color css
<style>
span { border-color: #294254; }
span { border-color: rgb(41,66,84); }
td.TdClassName
{
border-color: #294254;
}
.TagClassName
{
border-color: #294254;
}
</style>