Shades of Nile Blue #293E4E
Tints of Nile Blue #293E4E
RGB
CMYK
RGB Variations
Color information
#293E4E (or 0x293E4E) is known color: Nile Blue. HEX triplet: 29, 3E and 4E. RGB value is (41,62,78). Sum of RGB (Red+Green+Blue) = 41+62+78=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #293E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E4E is #D6C1B1. Grayscale: #393939. Windows color (decimal): -14074290 or 5127721. OLE color: 5127721.
HSL color Cylindrical-coordinate representation of color #293E4E: hue angle of 205.95º 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 #293E4E is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 62 | 78 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.69 |
| HSL | 205.95º | 0.31% | 0.23% | - |
| HSV(B) | 205.95º | 0.47% | 0.31% | - |
| XYZ | 4.01 | 4.47 | 7.86 | - |
| YUV | 57.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 78 | 0.47 | 0.21 | 0 | 0.69 | 205.95 | 0.31 | 0.23 |
| Hex | 29 | 3E | 4E | 2F | 15 | 0 | 45 | CE | 1F | 17 |
| Octal | 51 | 76 | 116 | 57 | 25 | 0 | 105 | 316 | 37 | 27 |
| Binary | 101001 | 111110 | 1001110 | 101111 | 10101 | 0 | 1000101 | 11001110 | 11111 | 10111 |
Color Harmonies of #293E4E
Complementary color
Monochromatic Colors of #293E4E
Black with #293E4E
Text Example
Text Example
White with #293E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E4E; }
p { color: rgb(41,62,78); }
H1.HeaderClassName
{
color: #293E4E;
}
.AnyTagClassName
{
color: #293E4E;
}
</style>
background-color css
<style>
a { background-color: #293E4E; }
a { background-color: rgb(41,62,78); }
div.DivClassName
{
background-color: #293E4E;
}
.BgClassName
{
background-color: #293E4E;
}
</style>
border-color css
<style>
span { border-color: #293E4E; }
span { border-color: rgb(41,62,78); }
td.TdClassName
{
border-color: #293E4E;
}
.TagClassName
{
border-color: #293E4E;
}
</style>