Html Css Color HEX #2E4346 Outer Space

📋 copy color: '#2E4346'

red 46 ◦ green 67 ◦ blue 70

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

Shades of Outer Space #2E4346

Tints of Outer Space #2E4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 70 (27.73% from 255) = 38.25%

R = 25.14%
G = 36.61%
B = 38.25%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E4346 (or 0x2E4346) is known color: Outer Space. HEX triplet: 2E, 43 and 46. RGB value is (46,67,70). Sum of RGB (Red+Green+Blue) = 46+67+70=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4346 is #D1BCB9. Grayscale: #3D3D3D. Windows color (decimal): -13745338 or 4604718. OLE color: 4604718.

HSL color Cylindrical-coordinate representation of color #2E4346: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4346 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 67 70 -
CMYK 0.34 0.04 0 0.73
HSL 187.5º 0.21% 0.23% -
HSV(B) 187.5º 0.34% 0.27% -
XYZ 4.24 5.04 6.54 -
YUV 61.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 46 67 70 0.34 0.04 0 0.73 187.5 0.21 0.23
Hex 2E 43 46 22 4 0 49 BC 15 17
Octal 56 103 106 42 4 0 111 274 25 27
Binary 101110 1000011 1000110 100010 100 0 1001001 10111100 10101 10111

Color Harmonies of #2E4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4346

Black with #2E4346

Text Example


Text Example

White with #2E4346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,70); }

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

background-color css

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

 a { background-color: rgb(46,67,70); }

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

border-color css

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

 span { border-color: rgb(46,67,70); }

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