Html Css Color HEX #2C393A Outer Space

📋 copy color: '#2C393A'

red 44 ◦ green 57 ◦ blue 58

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

Shades of Outer Space #2C393A

Tints of Outer Space #2C393A

RGB

 RED value IS 44 (17.58% from 255) = 27.67%

 GREEN value IS 57 (22.66% from 255) = 35.85%

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 27.67%
G = 35.85%
B = 36.48%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C393A (or 0x2C393A) is known color: Outer Space. HEX triplet: 2C, 39 and 3A. RGB value is (44,57,58). Sum of RGB (Red+Green+Blue) = 44+57+58=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C393A is #D3C6C5. Grayscale: #353535. Windows color (decimal): -13878982 or 3815724. OLE color: 3815724.

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

Color convert

RGB 44 57 58 -
CMYK 0.24 0.02 0 0.77
HSL 184.29º 0.14% 0.2% -
HSV(B) 184.29º 0.24% 0.23% -
XYZ 3.27 3.77 4.56 -
YUV 53.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 44 57 58 0.24 0.02 0 0.77 184.29 0.14 0.2
Hex 2C 39 3A 18 2 0 4D B8 E 14
Octal 54 71 72 30 2 0 115 270 16 24
Binary 101100 111001 111010 11000 10 0 1001101 10111000 1110 10100

Color Harmonies of #2C393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C393A

Black with #2C393A

Text Example


Text Example

White with #2C393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,57,58); }

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

background-color css

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

 a { background-color: rgb(44,57,58); }

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

border-color css

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

 span { border-color: rgb(44,57,58); }

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