#2E4150

Color #2E4150 Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #2E4150

Tints of Nile Blue #2E4150

Color information

#2E4150 (or 0x2E4150) is unknown color: approx Nile Blue. HEX triplet: 2E, 41 and 50. RGB value is (46,65,80). Sum of RGB (Red+Green+Blue) = 46+65+80=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4150 is #D1BEAF. Grayscale: #3C3C3C. Windows color (decimal): -13745840 or 5259566. OLE color: 5259566.

HSL color Cylindrical-coordinate representation of color #2E4150: hue angle of 206.47º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4150 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB466580-
CMYK0.420.1900.69
HSL206.47º26.98%24.71%-
HSV(B)206.47º42.5%31.37%-
XYZ4.464.948.31-
YUV61.03138.71117.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=24.08%
G=34.03%
B=41.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4665800.420.1900.69206.4726.9824.71
Hex2E41502A13045ce1b19
Octal56101120522301053163331
Binary101110100000110100001010101001101000101110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4150; }

 p { color: rgb(46,65,80); }

 H1.HeaderClassName
 {
   color: #2E4150;
 }
 .AnyTagClassName
 {
   color: #2E4150;
 }
</style>
background-color css

<style>
 a { background-color: #2E4150; }

 a { background-color: rgb(46,65,80); }

 div.DivClassName
 {
   background-color: #2E4150;
 }
 .BgClassName
 {
   background-color: #2E4150;
 }
</style>
border-color css

<style>
 span { border-color: #2E4150; }

 span { border-color: rgb(46,65,80); }

 td.TdClassName
 {
   border-color: #2E4150;
 }
 .TagClassName
 {
   border-color: #2E4150;
 }
</style>