Shades of Nile Blue #2E404F
Tints of Nile Blue #2E404F
RGB
CMYK
RGB Variations
Color information
#2E404F (or 0x2E404F) is known color: Nile Blue. HEX triplet: 2E, 40 and 4F. RGB value is (46,64,79). Sum of RGB (Red+Green+Blue) = 46+64+79=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E404F is #D1BFB0. Grayscale: #3C3C3C. Windows color (decimal): -13746097 or 5193774. OLE color: 5193774.
HSL color Cylindrical-coordinate representation of color #2E404F: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E404F is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 64 | 79 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.69 |
| HSL | 207.27º | 0.26% | 0.25% | - |
| HSV(B) | 207.27º | 0.42% | 0.31% | - |
| XYZ | 4.37 | 4.81 | 8.1 | - |
| YUV | 60.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 79 | 0.42 | 0.19 | 0 | 0.69 | 207.27 | 0.26 | 0.25 |
| Hex | 2E | 40 | 4F | 2A | 13 | 0 | 45 | CF | 1A | 19 |
| Octal | 56 | 100 | 117 | 52 | 23 | 0 | 105 | 317 | 32 | 31 |
| Binary | 101110 | 1000000 | 1001111 | 101010 | 10011 | 0 | 1000101 | 11001111 | 11010 | 11001 |
Color Harmonies of #2E404F
Complementary color
Monochromatic Colors of #2E404F
Black with #2E404F
Text Example
Text Example
White with #2E404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E404F; }
p { color: rgb(46,64,79); }
H1.HeaderClassName
{
color: #2E404F;
}
.AnyTagClassName
{
color: #2E404F;
}
</style>
background-color css
<style>
a { background-color: #2E404F; }
a { background-color: rgb(46,64,79); }
div.DivClassName
{
background-color: #2E404F;
}
.BgClassName
{
background-color: #2E404F;
}
</style>
border-color css
<style>
span { border-color: #2E404F; }
span { border-color: rgb(46,64,79); }
td.TdClassName
{
border-color: #2E404F;
}
.TagClassName
{
border-color: #2E404F;
}
</style>