Html Css Color HEX #2E3C3D Outer Space

📋 copy color: '#2E3C3D'

red 46 ◦ green 60 ◦ blue 61

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

Shades of Outer Space #2E3C3D

Tints of Outer Space #2E3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.93%

 BLUE value IS 61 (24.22% from 255) = 36.53%

R = 27.54%
G = 35.93%
B = 36.53%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E3C3D (or 0x2E3C3D) is known color: Outer Space. HEX triplet: 2E, 3C and 3D. RGB value is (46,60,61). Sum of RGB (Red+Green+Blue) = 46+60+61=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E3C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C3D is #D1C3C2. Grayscale: #373737. Windows color (decimal): -13747139 or 4013102. OLE color: 4013102.

HSL color Cylindrical-coordinate representation of color #2E3C3D: hue angle of 184º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3C3D is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 60 61 -
CMYK 0.25 0.02 0 0.76
HSL 184º 0.14% 0.21% -
HSV(B) 184º 0.25% 0.24% -
XYZ 3.58 4.15 5.03 -
YUV 55.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 46 60 61 0.25 0.02 0 0.76 184 0.14 0.21
Hex 2E 3C 3D 19 2 0 4C B8 E 15
Octal 56 74 75 31 2 0 114 270 16 25
Binary 101110 111100 111101 11001 10 0 1001100 10111000 1110 10101

Color Harmonies of #2E3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3C3D

Black with #2E3C3D

Text Example


Text Example

White with #2E3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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