Html Css Color HEX #2C393C Outer Space

📋 copy color: '#2C393C'

red 44 ◦ green 57 ◦ blue 60

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

Shades of Outer Space #2C393C

Tints of Outer Space #2C393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 27.33%
G = 35.4%
B = 37.27%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C393C (or 0x2C393C) is known color: Outer Space. HEX triplet: 2C, 39 and 3C. RGB value is (44,57,60). Sum of RGB (Red+Green+Blue) = 44+57+60=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C393C is #D3C6C3. Grayscale: #353535. Windows color (decimal): -13878980 or 3946796. OLE color: 3946796.

HSL color Cylindrical-coordinate representation of color #2C393C: hue angle of 191.25º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C393C is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 57 60 -
CMYK 0.27 0.05 0 0.76
HSL 191.25º 0.15% 0.2% -
HSV(B) 191.25º 0.27% 0.24% -
XYZ 3.32 3.79 4.83 -
YUV 53.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 44 57 60 0.27 0.05 0 0.76 191.25 0.15 0.2
Hex 2C 39 3C 1B 5 0 4C BF F 14
Octal 54 71 74 33 5 0 114 277 17 24
Binary 101100 111001 111100 11011 101 0 1001100 10111111 1111 10100

Color Harmonies of #2C393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C393C

Black with #2C393C

Text Example


Text Example

White with #2C393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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