Shades of Nile Blue #294355
Tints of Nile Blue #294355
RGB
CMYK
RGB Variations
Color information
#294355 (or 0x294355) is known color: Nile Blue. HEX triplet: 29, 43 and 55. RGB value is (41,67,85). Sum of RGB (Red+Green+Blue) = 41+67+85=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #294355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294355 is #D6BCAA. Grayscale: #3D3D3D. Windows color (decimal): -14073003 or 5587753. OLE color: 5587753.
HSL color Cylindrical-coordinate representation of color #294355: hue angle of 204.55º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294355 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 67 | 85 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.67 |
| HSL | 204.55º | 0.35% | 0.25% | - |
| HSV(B) | 204.55º | 0.52% | 0.33% | - |
| XYZ | 4.56 | 5.14 | 9.35 | - |
| YUV | 61.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 85 | 0.52 | 0.21 | 0 | 0.67 | 204.55 | 0.35 | 0.25 |
| Hex | 29 | 43 | 55 | 34 | 15 | 0 | 43 | CD | 23 | 19 |
| Octal | 51 | 103 | 125 | 64 | 25 | 0 | 103 | 315 | 43 | 31 |
| Binary | 101001 | 1000011 | 1010101 | 110100 | 10101 | 0 | 1000011 | 11001101 | 100011 | 11001 |
Color Harmonies of #294355
Complementary color
Monochromatic Colors of #294355
Black with #294355
Text Example
Text Example
White with #294355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294355; }
p { color: rgb(41,67,85); }
H1.HeaderClassName
{
color: #294355;
}
.AnyTagClassName
{
color: #294355;
}
</style>
background-color css
<style>
a { background-color: #294355; }
a { background-color: rgb(41,67,85); }
div.DivClassName
{
background-color: #294355;
}
.BgClassName
{
background-color: #294355;
}
</style>
border-color css
<style>
span { border-color: #294355; }
span { border-color: rgb(41,67,85); }
td.TdClassName
{
border-color: #294355;
}
.TagClassName
{
border-color: #294355;
}
</style>