Html Css Color HEX #2E3D49 Nile Blue

📋 copy color: '#2E3D49'

red 46 ◦ green 61 ◦ blue 73

#2E3D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #2E3D49

Tints of Nile Blue #2E3D49

RGB

 RED value IS 46 (18.36% from 255) = 25.56%

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 25.56%
G = 33.89%
B = 40.56%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E3D49 (or 0x2E3D49) is known color: Nile Blue. HEX triplet: 2E, 3D and 49. RGB value is (46,61,73). Sum of RGB (Red+Green+Blue) = 46+61+73=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D49 is #D1C2B6. Grayscale: #393939. Windows color (decimal): -13746871 or 4799790. OLE color: 4799790.

HSL color Cylindrical-coordinate representation of color #2E3D49: hue angle of 206.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3D49 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 61 73 -
CMYK 0.37 0.16 0 0.71
HSL 206.67º 0.23% 0.23% -
HSV(B) 206.67º 0.37% 0.29% -
XYZ 4 4.4 6.94 -
YUV 57.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 46 61 73 0.37 0.16 0 0.71 206.67 0.23 0.23
Hex 2E 3D 49 25 10 0 47 CF 17 17
Octal 56 75 111 45 20 0 107 317 27 27
Binary 101110 111101 1001001 100101 10000 0 1000111 11001111 10111 10111

Color Harmonies of #2E3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D49

Black with #2E3D49

Text Example


Text Example

White with #2E3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,61,73); }

 H1.HeaderClassName
 {
   color: #2E3D49;
 }
 .AnyTagClassName
 {
   color: #2E3D49;
 }
</style>

background-color css

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

 a { background-color: rgb(46,61,73); }

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

border-color css

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

 span { border-color: rgb(46,61,73); }

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