Shades of Nile Blue #294250
Tints of Nile Blue #294250
RGB
CMYK
RGB Variations
Color information
#294250 (or 0x294250) is known color: Nile Blue. HEX triplet: 29, 42 and 50. RGB value is (41,66,80). Sum of RGB (Red+Green+Blue) = 41+66+80=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #294250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294250 is #D6BDAF. Grayscale: #3C3C3C. Windows color (decimal): -14073264 or 5259817. OLE color: 5259817.
HSL color Cylindrical-coordinate representation of color #294250: hue angle of 201.54º 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 #294250 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 66 | 80 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.69 |
| HSL | 201.54º | 0.32% | 0.24% | - |
| HSV(B) | 201.54º | 0.49% | 0.31% | - |
| XYZ | 4.31 | 4.95 | 8.32 | - |
| YUV | 60.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 80 | 0.49 | 0.17 | 0 | 0.69 | 201.54 | 0.32 | 0.24 |
| Hex | 29 | 42 | 50 | 31 | 11 | 0 | 45 | CA | 20 | 18 |
| Octal | 51 | 102 | 120 | 61 | 21 | 0 | 105 | 312 | 40 | 30 |
| Binary | 101001 | 1000010 | 1010000 | 110001 | 10001 | 0 | 1000101 | 11001010 | 100000 | 11000 |
Color Harmonies of #294250
Complementary color
Monochromatic Colors of #294250
Black with #294250
Text Example
Text Example
White with #294250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294250; }
p { color: rgb(41,66,80); }
H1.HeaderClassName
{
color: #294250;
}
.AnyTagClassName
{
color: #294250;
}
</style>
background-color css
<style>
a { background-color: #294250; }
a { background-color: rgb(41,66,80); }
div.DivClassName
{
background-color: #294250;
}
.BgClassName
{
background-color: #294250;
}
</style>
border-color css
<style>
span { border-color: #294250; }
span { border-color: rgb(41,66,80); }
td.TdClassName
{
border-color: #294250;
}
.TagClassName
{
border-color: #294250;
}
</style>