Html Css Color HEX #2C3537 Outer Space

📋 copy color: '#2C3537'

red 44 ◦ green 53 ◦ blue 55

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

Shades of Outer Space #2C3537

Tints of Outer Space #2C3537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 55 (21.88% from 255) = 36.18%

R = 28.95%
G = 34.87%
B = 36.18%

CMYK

 C value IS 0.2

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C3537 (or 0x2C3537) is known color: Outer Space. HEX triplet: 2C, 35 and 37. RGB value is (44,53,55). Sum of RGB (Red+Green+Blue) = 44+53+55=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3537 is #D3CAC8. Grayscale: #323232. Windows color (decimal): -13880009 or 3618092. OLE color: 3618092.

HSL color Cylindrical-coordinate representation of color #2C3537: hue angle of 190.91º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2C3537 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 53 55 -
CMYK 0.2 0.04 0 0.78
HSL 190.91º 0.11% 0.19% -
HSV(B) 190.91º 0.2% 0.22% -
XYZ 3 3.36 4.1 -
YUV 50.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 44 53 55 0.2 0.04 0 0.78 190.91 0.11 0.19
Hex 2C 35 37 14 4 0 4E BF B 13
Octal 54 65 67 24 4 0 116 277 13 23
Binary 101100 110101 110111 10100 100 0 1001110 10111111 1011 10011

Color Harmonies of #2C3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3537

Black with #2C3537

Text Example


Text Example

White with #2C3537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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