Html Css Color HEX #2C373A Outer Space

📋 copy color: '#2C373A'

red 44 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #2C373A

Tints of Outer Space #2C373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

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

R = 28.03%
G = 35.03%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C373A (or 0x2C373A) is known color: Outer Space. HEX triplet: 2C, 37 and 3A. RGB value is (44,55,58). Sum of RGB (Red+Green+Blue) = 44+55+58=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C373A is #D3C8C5. Grayscale: #343434. Windows color (decimal): -13879494 or 3815212. OLE color: 3815212.

HSL color Cylindrical-coordinate representation of color #2C373A: hue angle of 192.86º 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 #2C373A is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 55 58 -
CMYK 0.24 0.05 0 0.77
HSL 192.86º 0.14% 0.2% -
HSV(B) 192.86º 0.24% 0.23% -
XYZ 3.17 3.57 4.53 -
YUV 52.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 44 55 58 0.24 0.05 0 0.77 192.86 0.14 0.2
Hex 2C 37 3A 18 5 0 4D C1 E 14
Octal 54 67 72 30 5 0 115 301 16 24
Binary 101100 110111 111010 11000 101 0 1001101 11000001 1110 10100

Color Harmonies of #2C373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C373A

Black with #2C373A

Text Example


Text Example

White with #2C373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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