Html Css Color HEX #2E3F42 Outer Space

📋 copy color: '#2E3F42'

red 46 ◦ green 63 ◦ blue 66

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

Shades of Outer Space #2E3F42

Tints of Outer Space #2E3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 26.29%
G = 36%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2E3F42 (or 0x2E3F42) is known color: Outer Space. HEX triplet: 2E, 3F and 42. RGB value is (46,63,66). Sum of RGB (Red+Green+Blue) = 46+63+66=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E3F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F42 is #D1C0BD. Grayscale: #3A3A3A. Windows color (decimal): -13746366 or 4341550. OLE color: 4341550.

HSL color Cylindrical-coordinate representation of color #2E3F42: hue angle of 189º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3F42 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 63 66 -
CMYK 0.30 0.05 0 0.74
HSL 189º 0.18% 0.22% -
HSV(B) 189º 0.3% 0.26% -
XYZ 3.89 4.53 5.82 -
YUV 58.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 46 63 66 0.30 0.05 0 0.74 189 0.18 0.22
Hex 2E 3F 42 1E 5 0 4A BD 12 16
Octal 56 77 102 36 5 0 112 275 22 26
Binary 101110 111111 1000010 11110 101 0 1001010 10111101 10010 10110

Color Harmonies of #2E3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F42

Black with #2E3F42

Text Example


Text Example

White with #2E3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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