Shades of Nile Blue #2E3F4C
Tints of Nile Blue #2E3F4C
RGB
CMYK
RGB Variations
Color information
#2E3F4C (or 0x2E3F4C) is known color: Nile Blue. HEX triplet: 2E, 3F and 4C. RGB value is (46,63,76). Sum of RGB (Red+Green+Blue) = 46+63+76=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E3F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F4C is #D1C0B3. Grayscale: #3B3B3B. Windows color (decimal): -13746356 or 4996910. OLE color: 4996910.
HSL color Cylindrical-coordinate representation of color #2E3F4C: hue angle of 206º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E3F4C is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 63 | 76 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.70 |
| HSL | 206º | 0.25% | 0.24% | - |
| HSV(B) | 206º | 0.39% | 0.3% | - |
| XYZ | 4.21 | 4.66 | 7.51 | - |
| YUV | 59.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 76 | 0.39 | 0.17 | 0 | 0.70 | 206 | 0.25 | 0.24 |
| Hex | 2E | 3F | 4C | 27 | 11 | 0 | 46 | CE | 19 | 18 |
| Octal | 56 | 77 | 114 | 47 | 21 | 0 | 106 | 316 | 31 | 30 |
| Binary | 101110 | 111111 | 1001100 | 100111 | 10001 | 0 | 1000110 | 11001110 | 11001 | 11000 |
Color Harmonies of #2E3F4C
Complementary color
Monochromatic Colors of #2E3F4C
Black with #2E3F4C
Text Example
Text Example
White with #2E3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F4C; }
p { color: rgb(46,63,76); }
H1.HeaderClassName
{
color: #2E3F4C;
}
.AnyTagClassName
{
color: #2E3F4C;
}
</style>
background-color css
<style>
a { background-color: #2E3F4C; }
a { background-color: rgb(46,63,76); }
div.DivClassName
{
background-color: #2E3F4C;
}
.BgClassName
{
background-color: #2E3F4C;
}
</style>
border-color css
<style>
span { border-color: #2E3F4C; }
span { border-color: rgb(46,63,76); }
td.TdClassName
{
border-color: #2E3F4C;
}
.TagClassName
{
border-color: #2E3F4C;
}
</style>