Shades of Nile Blue #2E424E
Tints of Nile Blue #2E424E
RGB
CMYK
RGB Variations
Color information
#2E424E (or 0x2E424E) is known color: Nile Blue. HEX triplet: 2E, 42 and 4E. RGB value is (46,66,78). Sum of RGB (Red+Green+Blue) = 46+66+78=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E424E is #D1BDB1. Grayscale: #3D3D3D. Windows color (decimal): -13745586 or 5128750. OLE color: 5128750.
HSL color Cylindrical-coordinate representation of color #2E424E: hue angle of 202.5º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E424E is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 66 | 78 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.69 |
| HSL | 202.5º | 0.26% | 0.24% | - |
| HSV(B) | 202.5º | 0.41% | 0.31% | - |
| XYZ | 4.45 | 5.03 | 7.94 | - |
| YUV | 61.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 78 | 0.41 | 0.15 | 0 | 0.69 | 202.5 | 0.26 | 0.24 |
| Hex | 2E | 42 | 4E | 29 | F | 0 | 45 | CA | 1A | 18 |
| Octal | 56 | 102 | 116 | 51 | 17 | 0 | 105 | 312 | 32 | 30 |
| Binary | 101110 | 1000010 | 1001110 | 101001 | 1111 | 0 | 1000101 | 11001010 | 11010 | 11000 |
Color Harmonies of #2E424E
Complementary color
Monochromatic Colors of #2E424E
Black with #2E424E
Text Example
Text Example
White with #2E424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E424E; }
p { color: rgb(46,66,78); }
H1.HeaderClassName
{
color: #2E424E;
}
.AnyTagClassName
{
color: #2E424E;
}
</style>
background-color css
<style>
a { background-color: #2E424E; }
a { background-color: rgb(46,66,78); }
div.DivClassName
{
background-color: #2E424E;
}
.BgClassName
{
background-color: #2E424E;
}
</style>
border-color css
<style>
span { border-color: #2E424E; }
span { border-color: rgb(46,66,78); }
td.TdClassName
{
border-color: #2E424E;
}
.TagClassName
{
border-color: #2E424E;
}
</style>