Shades of Nile Blue #293F51
Tints of Nile Blue #293F51
RGB
CMYK
RGB Variations
Color information
#293F51 (or 0x293F51) is known color: Nile Blue. HEX triplet: 29, 3F and 51. RGB value is (41,63,81). Sum of RGB (Red+Green+Blue) = 41+63+81=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #293F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F51 is #D6C0AE. Grayscale: #3A3A3A. Windows color (decimal): -14074031 or 5324585. OLE color: 5324585.
HSL color Cylindrical-coordinate representation of color #293F51: hue angle of 207º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293F51 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 63 | 81 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.68 |
| HSL | 207º | 0.33% | 0.24% | - |
| HSV(B) | 207º | 0.49% | 0.32% | - |
| XYZ | 4.18 | 4.62 | 8.46 | - |
| YUV | 58.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 81 | 0.49 | 0.22 | 0 | 0.68 | 207 | 0.33 | 0.24 |
| Hex | 29 | 3F | 51 | 31 | 16 | 0 | 44 | CF | 21 | 18 |
| Octal | 51 | 77 | 121 | 61 | 26 | 0 | 104 | 317 | 41 | 30 |
| Binary | 101001 | 111111 | 1010001 | 110001 | 10110 | 0 | 1000100 | 11001111 | 100001 | 11000 |
Color Harmonies of #293F51
Complementary color
Monochromatic Colors of #293F51
Black with #293F51
Text Example
Text Example
White with #293F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F51; }
p { color: rgb(41,63,81); }
H1.HeaderClassName
{
color: #293F51;
}
.AnyTagClassName
{
color: #293F51;
}
</style>
background-color css
<style>
a { background-color: #293F51; }
a { background-color: rgb(41,63,81); }
div.DivClassName
{
background-color: #293F51;
}
.BgClassName
{
background-color: #293F51;
}
</style>
border-color css
<style>
span { border-color: #293F51; }
span { border-color: rgb(41,63,81); }
td.TdClassName
{
border-color: #293F51;
}
.TagClassName
{
border-color: #293F51;
}
</style>