Shades of Nile Blue #293F4E
Tints of Nile Blue #293F4E
RGB
CMYK
RGB Variations
Color information
#293F4E (or 0x293F4E) is known color: Nile Blue. HEX triplet: 29, 3F and 4E. RGB value is (41,63,78). Sum of RGB (Red+Green+Blue) = 41+63+78=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #293F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F4E is #D6C0B1. Grayscale: #3A3A3A. Windows color (decimal): -14074034 or 5127977. OLE color: 5127977.
HSL color Cylindrical-coordinate representation of color #293F4E: hue angle of 204.32º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #293F4E is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 63 | 78 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.69 |
| HSL | 204.32º | 0.31% | 0.23% | - |
| HSV(B) | 204.32º | 0.47% | 0.31% | - |
| XYZ | 4.07 | 4.58 | 7.88 | - |
| YUV | 58.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 78 | 0.47 | 0.19 | 0 | 0.69 | 204.32 | 0.31 | 0.23 |
| Hex | 29 | 3F | 4E | 2F | 13 | 0 | 45 | CC | 1F | 17 |
| Octal | 51 | 77 | 116 | 57 | 23 | 0 | 105 | 314 | 37 | 27 |
| Binary | 101001 | 111111 | 1001110 | 101111 | 10011 | 0 | 1000101 | 11001100 | 11111 | 10111 |
Color Harmonies of #293F4E
Complementary color
Monochromatic Colors of #293F4E
Black with #293F4E
Text Example
Text Example
White with #293F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F4E; }
p { color: rgb(41,63,78); }
H1.HeaderClassName
{
color: #293F4E;
}
.AnyTagClassName
{
color: #293F4E;
}
</style>
background-color css
<style>
a { background-color: #293F4E; }
a { background-color: rgb(41,63,78); }
div.DivClassName
{
background-color: #293F4E;
}
.BgClassName
{
background-color: #293F4E;
}
</style>
border-color css
<style>
span { border-color: #293F4E; }
span { border-color: rgb(41,63,78); }
td.TdClassName
{
border-color: #293F4E;
}
.TagClassName
{
border-color: #293F4E;
}
</style>