Shades of Nile Blue #293E4D
Tints of Nile Blue #293E4D
RGB
CMYK
RGB Variations
Color information
#293E4D (or 0x293E4D) is known color: Nile Blue. HEX triplet: 29, 3E and 4D. RGB value is (41,62,77). Sum of RGB (Red+Green+Blue) = 41+62+77=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #293E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E4D is #D6C1B2. Grayscale: #393939. Windows color (decimal): -14074291 or 5062185. OLE color: 5062185.
HSL color Cylindrical-coordinate representation of color #293E4D: hue angle of 205º 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 #293E4D is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 62 | 77 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.70 |
| HSL | 205º | 0.31% | 0.23% | - |
| HSV(B) | 205º | 0.47% | 0.3% | - |
| XYZ | 3.98 | 4.45 | 7.67 | - |
| YUV | 57.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 77 | 0.47 | 0.19 | 0 | 0.70 | 205 | 0.31 | 0.23 |
| Hex | 29 | 3E | 4D | 2F | 13 | 0 | 46 | CD | 1F | 17 |
| Octal | 51 | 76 | 115 | 57 | 23 | 0 | 106 | 315 | 37 | 27 |
| Binary | 101001 | 111110 | 1001101 | 101111 | 10011 | 0 | 1000110 | 11001101 | 11111 | 10111 |
Color Harmonies of #293E4D
Complementary color
Monochromatic Colors of #293E4D
Black with #293E4D
Text Example
Text Example
White with #293E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E4D; }
p { color: rgb(41,62,77); }
H1.HeaderClassName
{
color: #293E4D;
}
.AnyTagClassName
{
color: #293E4D;
}
</style>
background-color css
<style>
a { background-color: #293E4D; }
a { background-color: rgb(41,62,77); }
div.DivClassName
{
background-color: #293E4D;
}
.BgClassName
{
background-color: #293E4D;
}
</style>
border-color css
<style>
span { border-color: #293E4D; }
span { border-color: rgb(41,62,77); }
td.TdClassName
{
border-color: #293E4D;
}
.TagClassName
{
border-color: #293E4D;
}
</style>