Shades of Nile Blue #2E4253
Tints of Nile Blue #2E4253
RGB
CMYK
RGB Variations
Color information
#2E4253 (or 0x2E4253) is known color: Nile Blue. HEX triplet: 2E, 42 and 53. RGB value is (46,66,83). Sum of RGB (Red+Green+Blue) = 46+66+83=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4253 is #D1BDAC. Grayscale: #3D3D3D. Windows color (decimal): -13745581 or 5456430. OLE color: 5456430.
HSL color Cylindrical-coordinate representation of color #2E4253: hue angle of 207.57º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4253 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 66 | 83 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.67 |
| HSL | 207.57º | 0.29% | 0.25% | - |
| HSV(B) | 207.57º | 0.45% | 0.33% | - |
| XYZ | 4.64 | 5.1 | 8.92 | - |
| YUV | 61.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 83 | 0.45 | 0.20 | 0 | 0.67 | 207.57 | 0.29 | 0.25 |
| Hex | 2E | 42 | 53 | 2D | 14 | 0 | 43 | D0 | 1D | 19 |
| Octal | 56 | 102 | 123 | 55 | 24 | 0 | 103 | 320 | 35 | 31 |
| Binary | 101110 | 1000010 | 1010011 | 101101 | 10100 | 0 | 1000011 | 11010000 | 11101 | 11001 |
Color Harmonies of #2E4253
Complementary color
Monochromatic Colors of #2E4253
Black with #2E4253
Text Example
Text Example
White with #2E4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4253; }
p { color: rgb(46,66,83); }
H1.HeaderClassName
{
color: #2E4253;
}
.AnyTagClassName
{
color: #2E4253;
}
</style>
background-color css
<style>
a { background-color: #2E4253; }
a { background-color: rgb(46,66,83); }
div.DivClassName
{
background-color: #2E4253;
}
.BgClassName
{
background-color: #2E4253;
}
</style>
border-color css
<style>
span { border-color: #2E4253; }
span { border-color: rgb(46,66,83); }
td.TdClassName
{
border-color: #2E4253;
}
.TagClassName
{
border-color: #2E4253;
}
</style>