Shades of Nile Blue #294354
Tints of Nile Blue #294354
RGB
CMYK
RGB Variations
Color information
#294354 (or 0x294354) is known color: Nile Blue. HEX triplet: 29, 43 and 54. RGB value is (41,67,84). Sum of RGB (Red+Green+Blue) = 41+67+84=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #294354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294354 is #D6BCAB. Grayscale: #3D3D3D. Windows color (decimal): -14073004 or 5522217. OLE color: 5522217.
HSL color Cylindrical-coordinate representation of color #294354: hue angle of 203.72º 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 #294354 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 67 | 84 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.67 |
| HSL | 203.72º | 0.34% | 0.25% | - |
| HSV(B) | 203.72º | 0.51% | 0.33% | - |
| XYZ | 4.52 | 5.13 | 9.14 | - |
| YUV | 61.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 84 | 0.51 | 0.20 | 0 | 0.67 | 203.72 | 0.34 | 0.25 |
| Hex | 29 | 43 | 54 | 33 | 14 | 0 | 43 | CC | 22 | 19 |
| Octal | 51 | 103 | 124 | 63 | 24 | 0 | 103 | 314 | 42 | 31 |
| Binary | 101001 | 1000011 | 1010100 | 110011 | 10100 | 0 | 1000011 | 11001100 | 100010 | 11001 |
Color Harmonies of #294354
Complementary color
Monochromatic Colors of #294354
Black with #294354
Text Example
Text Example
White with #294354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294354; }
p { color: rgb(41,67,84); }
H1.HeaderClassName
{
color: #294354;
}
.AnyTagClassName
{
color: #294354;
}
</style>
background-color css
<style>
a { background-color: #294354; }
a { background-color: rgb(41,67,84); }
div.DivClassName
{
background-color: #294354;
}
.BgClassName
{
background-color: #294354;
}
</style>
border-color css
<style>
span { border-color: #294354; }
span { border-color: rgb(41,67,84); }
td.TdClassName
{
border-color: #294354;
}
.TagClassName
{
border-color: #294354;
}
</style>