#2E414D

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

Shades of Nile Blue #2E414D

Tints of Nile Blue #2E414D

Color information

#2E414D (or 0x2E414D) is unknown color: approx Nile Blue. HEX triplet: 2E, 41 and 4D. RGB value is (46,65,77). Sum of RGB (Red+Green+Blue) = 46+65+77=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E414D is #D1BEB2. Grayscale: #3C3C3C. Windows color (decimal): -13745843 or 5062958. OLE color: 5062958.

HSL color Cylindrical-coordinate representation of color #2E414D: hue angle of 203.23º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E414D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB466577-
CMYK0.400.1600.70
HSL203.23º25.2%24.12%-
HSV(B)203.23º40.26%30.2%-
XYZ4.364.97.74-
YUV60.69137.21117.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.47%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=24.47%
G=34.57%
B=40.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4665770.400.1600.70203.2325.224.12
Hex2E414D2810046cb1918
Octal56101115502001063133130
Binary101110100000110011011010001000001000110110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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