Shades of Nile Blue #294353
Tints of Nile Blue #294353
RGB
CMYK
RGB Variations
Color information
#294353 (or 0x294353) is known color: Nile Blue. HEX triplet: 29, 43 and 53. RGB value is (41,67,83). Sum of RGB (Red+Green+Blue) = 41+67+83=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #294353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294353 is #D6BCAC. Grayscale: #3C3C3C. Windows color (decimal): -14073005 or 5456681. OLE color: 5456681.
HSL color Cylindrical-coordinate representation of color #294353: hue angle of 202.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294353 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 67 | 83 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.67 |
| HSL | 202.86º | 0.34% | 0.24% | - |
| HSV(B) | 202.86º | 0.51% | 0.33% | - |
| XYZ | 4.48 | 5.11 | 8.93 | - |
| YUV | 61.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 83 | 0.51 | 0.19 | 0 | 0.67 | 202.86 | 0.34 | 0.24 |
| Hex | 29 | 43 | 53 | 33 | 13 | 0 | 43 | CB | 22 | 18 |
| Octal | 51 | 103 | 123 | 63 | 23 | 0 | 103 | 313 | 42 | 30 |
| Binary | 101001 | 1000011 | 1010011 | 110011 | 10011 | 0 | 1000011 | 11001011 | 100010 | 11000 |
Color Harmonies of #294353
Complementary color
Monochromatic Colors of #294353
Black with #294353
Text Example
Text Example
White with #294353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294353; }
p { color: rgb(41,67,83); }
H1.HeaderClassName
{
color: #294353;
}
.AnyTagClassName
{
color: #294353;
}
</style>
background-color css
<style>
a { background-color: #294353; }
a { background-color: rgb(41,67,83); }
div.DivClassName
{
background-color: #294353;
}
.BgClassName
{
background-color: #294353;
}
</style>
border-color css
<style>
span { border-color: #294353; }
span { border-color: rgb(41,67,83); }
td.TdClassName
{
border-color: #294353;
}
.TagClassName
{
border-color: #294353;
}
</style>