Shades of Nile Blue #293F4D
Tints of Nile Blue #293F4D
RGB
CMYK
RGB Variations
Color information
#293F4D (or 0x293F4D) is known color: Nile Blue. HEX triplet: 29, 3F and 4D. RGB value is (41,63,77). Sum of RGB (Red+Green+Blue) = 41+63+77=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #293F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F4D is #D6C0B2. Grayscale: #393939. Windows color (decimal): -14074035 or 5062441. OLE color: 5062441.
HSL color Cylindrical-coordinate representation of color #293F4D: hue angle of 203.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #293F4D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 63 | 77 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.70 |
| HSL | 203.33º | 0.31% | 0.23% | - |
| HSV(B) | 203.33º | 0.47% | 0.3% | - |
| XYZ | 4.03 | 4.56 | 7.69 | - |
| YUV | 58.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 77 | 0.47 | 0.18 | 0 | 0.70 | 203.33 | 0.31 | 0.23 |
| Hex | 29 | 3F | 4D | 2F | 12 | 0 | 46 | CB | 1F | 17 |
| Octal | 51 | 77 | 115 | 57 | 22 | 0 | 106 | 313 | 37 | 27 |
| Binary | 101001 | 111111 | 1001101 | 101111 | 10010 | 0 | 1000110 | 11001011 | 11111 | 10111 |
Color Harmonies of #293F4D
Complementary color
Monochromatic Colors of #293F4D
Black with #293F4D
Text Example
Text Example
White with #293F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F4D; }
p { color: rgb(41,63,77); }
H1.HeaderClassName
{
color: #293F4D;
}
.AnyTagClassName
{
color: #293F4D;
}
</style>
background-color css
<style>
a { background-color: #293F4D; }
a { background-color: rgb(41,63,77); }
div.DivClassName
{
background-color: #293F4D;
}
.BgClassName
{
background-color: #293F4D;
}
</style>
border-color css
<style>
span { border-color: #293F4D; }
span { border-color: rgb(41,63,77); }
td.TdClassName
{
border-color: #293F4D;
}
.TagClassName
{
border-color: #293F4D;
}
</style>