#2E3F4D

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

Shades of Nile Blue #2E3F4D

Tints of Nile Blue #2E3F4D

Color information

#2E3F4D (or 0x2E3F4D) is unknown color: approx Nile Blue. HEX triplet: 2E, 3F and 4D. RGB value is (46,63,77). Sum of RGB (Red+Green+Blue) = 46+63+77=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E3F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F4D is #D1C0B2. Grayscale: #3B3B3B. Windows color (decimal): -13746355 or 5062446. OLE color: 5062446.

HSL color Cylindrical-coordinate representation of color #2E3F4D: hue angle of 207.1º 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 #2E3F4D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB466377-
CMYK0.400.1800.70
HSL207.1º25.2%24.12%-
HSV(B)207.1º40.26%30.2%-
XYZ4.244.677.7-
YUV59.51137.87118.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=24.73%
G=33.87%
B=41.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4663770.400.1800.70207.125.224.12
Hex2E3F4D2812046cf1918
Octal5677115502201063173130
Binary10111011111110011011010001001001000110110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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