Shades of Nile Blue #2E434F
Tints of Nile Blue #2E434F
RGB
CMYK
RGB Variations
Color information
#2E434F (or 0x2E434F) is known color: Nile Blue. HEX triplet: 2E, 43 and 4F. RGB value is (46,67,79). Sum of RGB (Red+Green+Blue) = 46+67+79=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E434F is #D1BCB0. Grayscale: #3E3E3E. Windows color (decimal): -13745329 or 5194542. OLE color: 5194542.
HSL color Cylindrical-coordinate representation of color #2E434F: hue angle of 201.82º 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 #2E434F is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 67 | 79 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.69 |
| HSL | 201.82º | 0.26% | 0.25% | - |
| HSV(B) | 201.82º | 0.42% | 0.31% | - |
| XYZ | 4.55 | 5.16 | 8.15 | - |
| YUV | 62.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 79 | 0.42 | 0.15 | 0 | 0.69 | 201.82 | 0.26 | 0.25 |
| Hex | 2E | 43 | 4F | 2A | F | 0 | 45 | CA | 1A | 19 |
| Octal | 56 | 103 | 117 | 52 | 17 | 0 | 105 | 312 | 32 | 31 |
| Binary | 101110 | 1000011 | 1001111 | 101010 | 1111 | 0 | 1000101 | 11001010 | 11010 | 11001 |
Color Harmonies of #2E434F
Complementary color
Monochromatic Colors of #2E434F
Black with #2E434F
Text Example
Text Example
White with #2E434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E434F; }
p { color: rgb(46,67,79); }
H1.HeaderClassName
{
color: #2E434F;
}
.AnyTagClassName
{
color: #2E434F;
}
</style>
background-color css
<style>
a { background-color: #2E434F; }
a { background-color: rgb(46,67,79); }
div.DivClassName
{
background-color: #2E434F;
}
.BgClassName
{
background-color: #2E434F;
}
</style>
border-color css
<style>
span { border-color: #2E434F; }
span { border-color: rgb(46,67,79); }
td.TdClassName
{
border-color: #2E434F;
}
.TagClassName
{
border-color: #2E434F;
}
</style>