Html Css Color HEX #2E3E4A Nile Blue

📋 copy color: '#2E3E4A'

red 46 ◦ green 62 ◦ blue 74

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

Shades of Nile Blue #2E3E4A

Tints of Nile Blue #2E3E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 25.27%
G = 34.07%
B = 40.66%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E3E4A (or 0x2E3E4A) is known color: Nile Blue. HEX triplet: 2E, 3E and 4A. RGB value is (46,62,74). Sum of RGB (Red+Green+Blue) = 46+62+74=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E3E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E4A is #D1C1B5. Grayscale: #3A3A3A. Windows color (decimal): -13746614 or 4865582. OLE color: 4865582.

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

Color convert

RGB 46 62 74 -
CMYK 0.38 0.16 0 0.71
HSL 205.71º 0.23% 0.24% -
HSV(B) 205.71º 0.38% 0.29% -
XYZ 4.09 4.52 7.14 -
YUV 58.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 46 62 74 0.38 0.16 0 0.71 205.71 0.23 0.24
Hex 2E 3E 4A 26 10 0 47 CE 17 18
Octal 56 76 112 46 20 0 107 316 27 30
Binary 101110 111110 1001010 100110 10000 0 1000111 11001110 10111 11000

Color Harmonies of #2E3E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3E4A

Black with #2E3E4A

Text Example


Text Example

White with #2E3E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,62,74); }

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

background-color css

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

 a { background-color: rgb(46,62,74); }

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

border-color css

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

 span { border-color: rgb(46,62,74); }

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